Html Css Color HEX #996820 Golden Brown

📋 copy color: '#996820'

red 153 ◦ green 104 ◦ blue 32

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

Shades of Golden Brown #996820

Tints of Golden Brown #996820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 52.94%
G = 35.99%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#996820 (or 0x996820) is known color: Golden Brown. HEX triplet: 99, 68 and 20. RGB value is (153,104,32). Sum of RGB (Red+Green+Blue) = 153+104+32=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #996820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996820 is #6697DF. Grayscale: #6E6E6E. Windows color (decimal): -6723552 or 2123929. OLE color: 2123929.

HSL color Cylindrical-coordinate representation of color #996820: hue angle of 35.7º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #996820 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 32 -
CMYK 0 0.32 0.79 0.4
HSL 35.7º 0.65% 0.36% -
HSV(B) 35.7º 0.79% 0.6% -
XYZ 18.35 16.78 3.64 -
YUV 110.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 153 104 32 0 0.32 0.79 0.4 35.7 0.65 0.36
Hex 99 68 20 0 20 4F 28 24 41 24
Octal 231 150 40 0 40 117 50 44 101 44
Binary 10011001 1101000 100000 0 100000 1001111 101000 100100 1000001 100100

Color Harmonies of #996820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996820

Black with #996820

Text Example


Text Example

White with #996820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996820; }

 p { color: rgb(153,104,32); }

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

background-color css

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

 a { background-color: rgb(153,104,32); }

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

border-color css

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

 span { border-color: rgb(153,104,32); }

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