#9F6B0B

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

Shades of Golden Brown #9F6B0B

Tints of Golden Brown #9F6B0B

Color information

#9F6B0B (or 0x9F6B0B) is unknown color: approx Golden Brown. HEX triplet: 9F, 6B and 0B. RGB value is (159,107,11). Sum of RGB (Red+Green+Blue) = 159+107+11=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6B0B is #6094F4. Grayscale: #707070. Windows color (decimal): -6329589 or 748447. OLE color: 748447.

HSL color Cylindrical-coordinate representation of color #9F6B0B: hue angle of 38.92º 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 #9F6B0B is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB15910711-
CMYK00.330.930.38
HSL38.92º87.06%33.33%-
HSV(B)38.92º93.08%62.35%-
XYZ19.6217.912.74-
YUV111.671.23161.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.40%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 11 (4.69% from 255) = 3.97%
R=57.40%
G=38.63%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591071100.330.930.3838.9287.0633.33
Hex9F6BB0215D26275721
Octal23715313041135464712741
Binary1001111111010111011010000110111011001101001111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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