Html Css Color HEX #996600 Golden Brown

📋 copy color: '#996600'

red 153 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #996600

Tints of Golden Brown #996600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#996600 (or 0x996600) is known color: Golden Brown. HEX triplet: 99, 66 and 00. RGB value is (153,102,0). Sum of RGB (Red+Green+Blue) = 153+102+0=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #996600 is a web safe color. Inversed color of #996600 is #6699FF. Grayscale: #6A6A6A. Windows color (decimal): -6724096 or 26265. OLE color: 26265.

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

Color convert

RGB 153 102 0 -
CMYK 0 0.33 1 0.4
HSL 40º 1% 0.3% -
HSV(B) 40º 1% 0.6% -
XYZ 17.89 16.28 2.2 -
YUV 105.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 153 102 0 0 0.33 1 0.4 40 1 0.3
Hex 99 66 0 0 21 64 28 28 64 1E
Octal 231 146 0 0 41 144 50 50 144 36
Binary 10011001 1100110 0 0 100001 1100100 101000 101000 1100100 11110

Color Harmonies of #996600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996600

Black with #996600

Text Example


Text Example

White with #996600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996600; }

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

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

background-color css

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

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

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

border-color css

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

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

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