Html Css Color HEX #996602 Golden Brown

📋 copy color: '#996602'

red 153 ◦ green 102 ◦ blue 2

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

Shades of Golden Brown #996602

Tints of Golden Brown #996602

RGB

 RED value IS 153 (60.16% from 255) = 59.53%

 GREEN value IS 102 (40.23% from 255) = 39.69%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 59.53%
G = 39.69%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#996602 (or 0x996602) is known color: Golden Brown. HEX triplet: 99, 66 and 02. RGB value is (153,102,2). Sum of RGB (Red+Green+Blue) = 153+102+2=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #996602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996602 is #6699FD. Grayscale: #6A6A6A. Windows color (decimal): -6724094 or 157337. OLE color: 157337.

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

Color convert

RGB 153 102 2 -
CMYK 0 0.33 0.99 0.4
HSL 39.74º 0.97% 0.3% -
HSV(B) 39.74º 0.99% 0.6% -
XYZ 17.9 16.28 2.26 -
YUV 105.85 69.4 161.63 -
System Red Green Blue C M Y K H S L
Decimal 153 102 2 0 0.33 0.99 0.4 39.74 0.97 0.3
Hex 99 66 2 0 21 63 28 28 61 1E
Octal 231 146 2 0 41 143 50 50 141 36
Binary 10011001 1100110 10 0 100001 1100011 101000 101000 1100001 11110

Color Harmonies of #996602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996602

Black with #996602

Text Example


Text Example

White with #996602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996602; }

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

 H1.HeaderClassName
 {
   color: #996602;
 }
 .AnyTagClassName
 {
   color: #996602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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