#9D6E0A

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

Shades of Golden Brown #9D6E0A

Tints of Golden Brown #9D6E0A

Color information

#9D6E0A (or 0x9D6E0A) is unknown color: approx Golden Brown. HEX triplet: 9D, 6E and 0A. RGB value is (157,110,10). Sum of RGB (Red+Green+Blue) = 157+110+10=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6E0A is #6291F5. Grayscale: #717171. Windows color (decimal): -6459894 or 683677. OLE color: 683677.

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

Color convert

RGB15711010-
CMYK00.300.940.38
HSL40.82º88.02%32.75%-
HSV(B)40.82º93.63%61.57%-
XYZ19.5418.342.8-
YUV112.6570.07159.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.68%
GREEN value IS 110 (43.36% from 255) = 39.71%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=56.68%
G=39.71%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571101000.300.940.3840.8288.0232.75
Hex9D6EA01E5E26295821
Octal23515612036136465113041
Binary100111011101110101001111010111101001101010011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,110,10); }

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

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

 a { background-color: rgb(157,110,10); }

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

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

 span { border-color: rgb(157,110,10); }

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