#9B6602

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

Shades of Golden Brown #9B6602

Tints of Golden Brown #9B6602

Color information

#9B6602 (or 0x9B6602) is unknown color: approx Golden Brown. HEX triplet: 9B, 66 and 02. RGB value is (155,102,2). Sum of RGB (Red+Green+Blue) = 155+102+2=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6602 is #6499FD. Grayscale: #6A6A6A. Windows color (decimal): -6593022 or 157339. OLE color: 157339.

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

Color convert

RGB1551022-
CMYK00.340.990.39
HSL39.22º97.45%30.78%-
HSV(B)39.22º98.71%60.78%-
XYZ18.2816.482.27-
YUV106.4569.06162.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.85%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=59.85%
G=39.38%
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
Decimal155102200.340.990.3939.2297.4530.78
Hex9B662022632727611f
Octal2331462042143474714137
Binary1001101111001101001000101100011100111100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,102,2); }

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

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

 a { background-color: rgb(155,102,2); }

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

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

 span { border-color: rgb(155,102,2); }

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