#9C6310

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

Shades of Golden Brown #9C6310

Tints of Golden Brown #9C6310

Color information

#9C6310 (or 0x9C6310) is unknown color: approx Golden Brown. HEX triplet: 9C, 63 and 10. RGB value is (156,99,16). Sum of RGB (Red+Green+Blue) = 156+99+16=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6310 is #639CEF. Grayscale: #6A6A6A. Windows color (decimal): -6528240 or 1074076. OLE color: 1074076.

HSL color Cylindrical-coordinate representation of color #9C6310: hue angle of 35.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C6310 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1569916-
CMYK00.370.900.39
HSL35.57º81.4%33.73%-
HSV(B)35.57º89.74%61.18%-
XYZ18.2716.032.62-
YUV106.5876.88163.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.56%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 16 (6.64% from 255) = 5.90%
R=57.56%
G=36.53%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156991600.370.900.3935.5781.433.73
Hex9C63100255A27245122
Octal23414320045132474412142
Binary10011100110001110000010010110110101001111001001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,99,16); }

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

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

 a { background-color: rgb(156,99,16); }

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

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

 span { border-color: rgb(156,99,16); }

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