#9D6607

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

Shades of Golden Brown #9D6607

Tints of Golden Brown #9D6607

Color information

#9D6607 (or 0x9D6607) is unknown color: approx Golden Brown. HEX triplet: 9D, 66 and 07. RGB value is (157,102,7). Sum of RGB (Red+Green+Blue) = 157+102+7=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6607 is #6299F8. Grayscale: #6C6C6C. Windows color (decimal): -6461945 or 485021. OLE color: 485021.

HSL color Cylindrical-coordinate representation of color #9D6607: hue angle of 38º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D6607 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1571027-
CMYK00.350.960.38
HSL38º91.46%32.16%-
HSV(B)38º95.54%61.57%-
XYZ18.6916.692.44-
YUV107.6271.22163.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.02%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 7 (3.12% from 255) = 2.63%
R=59.02%
G=38.35%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157102700.350.960.383891.4632.16
Hex9D6670236026265b20
Octal2351467043140464613340
Binary100111011100110111010001111000001001101001101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,102,7); }

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

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

 a { background-color: rgb(157,102,7); }

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

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

 span { border-color: rgb(157,102,7); }

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