Html Css Color HEX #996223 Afghan Tan

📋 copy color: '#996223'

red 153 ◦ green 98 ◦ blue 35

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

Shades of Afghan Tan #996223

Tints of Afghan Tan #996223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.24%

R = 53.5%
G = 34.27%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#996223 (or 0x996223) is known color: Afghan Tan. HEX triplet: 99, 62 and 23. RGB value is (153,98,35). Sum of RGB (Red+Green+Blue) = 153+98+35=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #996223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996223 is #669DDC. Grayscale: #6B6B6B. Windows color (decimal): -6725085 or 2319001. OLE color: 2319001.

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

Color convert

RGB 153 98 35 -
CMYK 0 0.36 0.77 0.4
HSL 32.03º 0.63% 0.37% -
HSV(B) 32.03º 0.77% 0.6% -
XYZ 17.81 15.63 3.67 -
YUV 107.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 153 98 35 0 0.36 0.77 0.4 32.03 0.63 0.37
Hex 99 62 23 0 24 4D 28 20 3F 25
Octal 231 142 43 0 44 115 50 40 77 45
Binary 10011001 1100010 100011 0 100100 1001101 101000 100000 111111 100101

Color Harmonies of #996223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996223

Black with #996223

Text Example


Text Example

White with #996223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996223; }

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

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

background-color css

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

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

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

border-color css

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

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

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