#9D6F12

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

Shades of Golden Brown #9D6F12

Tints of Golden Brown #9D6F12

Color information

#9D6F12 (or 0x9D6F12) is unknown color: approx Golden Brown. HEX triplet: 9D, 6F and 12. RGB value is (157,111,18). Sum of RGB (Red+Green+Blue) = 157+111+18=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6F12 is #6290ED. Grayscale: #727272. Windows color (decimal): -6459630 or 1208221. OLE color: 1208221.

HSL color Cylindrical-coordinate representation of color #9D6F12: hue angle of 40.14º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D6F12 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB15711118-
CMYK00.290.890.38
HSL40.14º79.43%34.31%-
HSV(B)40.14º88.54%61.57%-
XYZ19.718.583.12-
YUV114.1573.74158.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.90%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=54.90%
G=38.81%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571111800.290.890.3840.1479.4334.31
Hex9D6F1201D5926284f22
Octal23515722035131465011742
Binary1001110111011111001001110110110011001101010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,111,18); }

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

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

 a { background-color: rgb(157,111,18); }

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

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

 span { border-color: rgb(157,111,18); }

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