#9C6002

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

Shades of Golden Brown #9C6002

Tints of Golden Brown #9C6002

Color information

#9C6002 (or 0x9C6002) is unknown color: approx Golden Brown. HEX triplet: 9C, 60 and 02. RGB value is (156,96,2). Sum of RGB (Red+Green+Blue) = 156+96+2=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6002 is #639FFD. Grayscale: #676767. Windows color (decimal): -6529022 or 155804. OLE color: 155804.

HSL color Cylindrical-coordinate representation of color #9C6002: hue angle of 36.62º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C6002 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB156962-
CMYK00.380.990.39
HSL36.62º97.47%30.98%-
HSV(B)36.62º98.72%61.18%-
XYZ17.915.442.09-
YUV103.2270.88165.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.42%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=61.42%
G=37.80%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15696200.380.990.3936.6297.4730.98
Hex9C602026632725611f
Octal2341402046143474514137
Binary1001110011000001001001101100011100111100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,96,2); }

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

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

 a { background-color: rgb(156,96,2); }

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

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

 span { border-color: rgb(156,96,2); }

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