#9D6606

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

Shades of Golden Brown #9D6606

Tints of Golden Brown #9D6606

Color information

#9D6606 (or 0x9D6606) is unknown color: approx Golden Brown. HEX triplet: 9D, 66 and 06. RGB value is (157,102,6). Sum of RGB (Red+Green+Blue) = 157+102+6=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6606 is #6299F9. Grayscale: #6B6B6B. Windows color (decimal): -6461946 or 419485. OLE color: 419485.

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

Color convert

RGB1571026-
CMYK00.350.960.38
HSL38.15º92.64%31.96%-
HSV(B)38.15º96.18%61.57%-
XYZ18.6916.682.41-
YUV107.570.72163.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.25%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=59.25%
G=38.49%
B=2.26%

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
Decimal157102600.350.960.3838.1592.6431.96
Hex9D6660236026265d20
Octal2351466043140464613540
Binary100111011100110110010001111000001001101001101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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