#9D600C

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

Shades of Golden Brown #9D600C

Tints of Golden Brown #9D600C

Color information

#9D600C (or 0x9D600C) is unknown color: approx Golden Brown. HEX triplet: 9D, 60 and 0C. RGB value is (157,96,12). Sum of RGB (Red+Green+Blue) = 157+96+12=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D600C is #629FF3. Grayscale: #696969. Windows color (decimal): -6463476 or 811165. OLE color: 811165.

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

Color convert

RGB1579612-
CMYK00.390.920.38
HSL34.76º85.8%33.14%-
HSV(B)34.76º92.36%61.57%-
XYZ18.1515.562.39-
YUV104.6675.71165.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.25%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=59.25%
G=36.23%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157961200.390.920.3834.7685.833.14
Hex9D60C0275C26235621
Octal23514014047134464312641
Binary1001110111000001100010011110111001001101000111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,12); }

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

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

 a { background-color: rgb(157,96,12); }

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

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

 span { border-color: rgb(157,96,12); }

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