Html Css Color HEX #996229 Afghan Tan

📋 copy color: '#996229'

red 153 ◦ green 98 ◦ blue 41

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

Shades of Afghan Tan #996229

Tints of Afghan Tan #996229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.04%

R = 52.4%
G = 33.56%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#996229 (or 0x996229) is known color: Afghan Tan. HEX triplet: 99, 62 and 29. RGB value is (153,98,41). Sum of RGB (Red+Green+Blue) = 153+98+41=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #996229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996229 is #669DD6. Grayscale: #6C6C6C. Windows color (decimal): -6725079 or 2712217. OLE color: 2712217.

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

Color convert

RGB 153 98 41 -
CMYK 0 0.36 0.73 0.4
HSL 30.54º 0.58% 0.38% -
HSV(B) 30.54º 0.73% 0.6% -
XYZ 17.9 15.67 4.18 -
YUV 107.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 153 98 41 0 0.36 0.73 0.4 30.54 0.58 0.38
Hex 99 62 29 0 24 49 28 1F 3A 26
Octal 231 142 51 0 44 111 50 37 72 46
Binary 10011001 1100010 101001 0 100100 1001001 101000 11111 111010 100110

Color Harmonies of #996229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996229

Black with #996229

Text Example


Text Example

White with #996229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996229; }

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

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

background-color css

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

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

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

border-color css

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

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

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