Html Css Color HEX #996200 Golden Brown

📋 copy color: '#996200'

red 153 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #996200

Tints of Golden Brown #996200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

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

R = 60.96%
G = 39.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#996200 (or 0x996200) is known color: Golden Brown. HEX triplet: 99, 62 and 00. RGB value is (153,98,0). Sum of RGB (Red+Green+Blue) = 153+98+0=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #996200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996200 is #669DFF. Grayscale: #676767. Windows color (decimal): -6725120 or 25241. OLE color: 25241.

HSL color Cylindrical-coordinate representation of color #996200: hue angle of 38.43º 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 #996200 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 0 -
CMYK 0 0.36 1 0.4
HSL 38.43º 1% 0.3% -
HSV(B) 38.43º 1% 0.6% -
XYZ 17.5 15.51 2.07 -
YUV 103.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 153 98 0 0 0.36 1 0.4 38.43 1 0.3
Hex 99 62 0 0 24 64 28 26 64 1E
Octal 231 142 0 0 44 144 50 46 144 36
Binary 10011001 1100010 0 0 100100 1100100 101000 100110 1100100 11110

Color Harmonies of #996200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996200

Black with #996200

Text Example


Text Example

White with #996200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996200; }

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

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

background-color css

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

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

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

border-color css

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

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

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