Html Css Color HEX #996821 Golden Brown

📋 copy color: '#996821'

red 153 ◦ green 104 ◦ blue 33

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

Shades of Golden Brown #996821

Tints of Golden Brown #996821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 52.76%
G = 35.86%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#996821 (or 0x996821) is known color: Golden Brown. HEX triplet: 99, 68 and 21. RGB value is (153,104,33). Sum of RGB (Red+Green+Blue) = 153+104+33=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #996821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996821 is #6697DE. Grayscale: #6E6E6E. Windows color (decimal): -6723551 or 2189465. OLE color: 2189465.

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

Color convert

RGB 153 104 33 -
CMYK 0 0.32 0.78 0.4
HSL 35.5º 0.65% 0.36% -
HSV(B) 35.5º 0.78% 0.6% -
XYZ 18.36 16.78 3.71 -
YUV 110.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 153 104 33 0 0.32 0.78 0.4 35.5 0.65 0.36
Hex 99 68 21 0 20 4E 28 24 41 24
Octal 231 150 41 0 40 116 50 44 101 44
Binary 10011001 1101000 100001 0 100000 1001110 101000 100100 1000001 100100

Color Harmonies of #996821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996821

Black with #996821

Text Example


Text Example

White with #996821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996821; }

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

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

background-color css

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

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

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

border-color css

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

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

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