Html Css Color HEX #966602 Golden Brown

📋 copy color: '#966602'

red 150 ◦ green 102 ◦ blue 2

#966602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #966602

Tints of Golden Brown #966602

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 value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#966602 (or 0x966602) is known color: 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

RGB 150 102 2 -
CMYK 0 0.32 0.99 0.41
HSL 40.54º 0.97% 0.3% -
HSV(B) 40.54º 0.99% 0.59% -
XYZ 17.34 15.99 2.23 -
YUV 104.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 150 102 2 0 0.32 0.99 0.41 40.54 0.97 0.3
Hex 96 66 2 0 20 63 29 29 61 1E
Octal 226 146 2 0 40 143 51 51 141 36
Binary 10010110 1100110 10 0 100000 1100011 101001 101001 1100001 11110

Color Harmonies of #966602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966602

Black with #966602

Text Example


Text Example

White with #966602

Text Example


Text Example

HTML Codes & Css Web 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>