#9F560B

Color #9F560B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9F560B

Tints of Golden Brown #9F560B

Color information

#9F560B (or 0x9F560B) is unknown color: approx Golden Brown. HEX triplet: 9F, 56 and 0B. RGB value is (159,86,11). Sum of RGB (Red+Green+Blue) = 159+86+11=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F560B is #60A9F4. Grayscale: #636363. Windows color (decimal): -6334965 or 743071. OLE color: 743071.

HSL color Cylindrical-coordinate representation of color #9F560B: hue angle of 30.41º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F560B is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB1598611-
CMYK00.460.930.38
HSL30.41º87.06%33.33%-
HSV(B)30.41º93.08%62.35%-
XYZ17.6914.052.1-
YUV99.2878.18170.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 62.11%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=62.11%
G=33.59%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159861100.460.930.3830.4187.0633.33
Hex9F56B02E5D261e5721
Octal23712613056135463612741
Binary100111111010110101101011101011101100110111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F560B; }

 p { color: rgb(159,86,11); }

 H1.HeaderClassName
 {
   color: #9F560B;
 }
 .AnyTagClassName
 {
   color: #9F560B;
 }
</style>
background-color css

<style>
 a { background-color: #9F560B; }

 a { background-color: rgb(159,86,11); }

 div.DivClassName
 {
   background-color: #9F560B;
 }
 .BgClassName
 {
   background-color: #9F560B;
 }
</style>
border-color css

<style>
 span { border-color: #9F560B; }

 span { border-color: rgb(159,86,11); }

 td.TdClassName
 {
   border-color: #9F560B;
 }
 .TagClassName
 {
   border-color: #9F560B;
 }
</style>