#966602

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

Shades of Golden Brown #966602

Tints of Golden Brown #966602

Color information

#966602 (or 0x966602) is unknown color: approx Golden Brown. HEX triplet: 96, 66 and 02. RGB value is (150,102,2). Sum of RGB (Red+Green+Blue) = 150+102+2=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #966602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966602 is #6999FD. Grayscale: #696969. Windows color (decimal): -6920702 or 157334. OLE color: 157334.

HSL color Cylindrical-coordinate representation of color #966602: hue angle of 40.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #966602 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB1501022-
CMYK00.320.990.41
HSL40.54º97.37%29.8%-
HSV(B)40.54º98.67%58.82%-
XYZ17.3415.992.23-
YUV104.9569.9160.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.06%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=59.06%
G=40.16%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150102200.320.990.4140.5497.3729.8
Hex96662020632929611e
Octal2261462040143515114136
Binary1001011011001101001000001100011101001101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966602; }

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

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

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

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

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

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

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

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