#9C6702

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

Shades of Golden Brown #9C6702

Tints of Golden Brown #9C6702

Color information

#9C6702 (or 0x9C6702) is unknown color: approx Golden Brown. HEX triplet: 9C, 67 and 02. RGB value is (156,103,2). Sum of RGB (Red+Green+Blue) = 156+103+2=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6702 is #6398FD. Grayscale: #6B6B6B. Windows color (decimal): -6527230 or 157596. OLE color: 157596.

HSL color Cylindrical-coordinate representation of color #9C6702: hue angle of 39.35º 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 #9C6702 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB1561032-
CMYK00.340.990.39
HSL39.35º97.47%30.98%-
HSV(B)39.35º98.72%61.18%-
XYZ18.5716.772.32-
YUV107.3368.56162.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.77%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=59.77%
G=39.46%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156103200.340.990.3939.3597.4730.98
Hex9C672022632727611f
Octal2341472042143474714137
Binary1001110011001111001000101100011100111100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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