Html Css Color HEX #996226 Afghan Tan

📋 copy color: '#996226'

red 153 ◦ green 98 ◦ blue 38

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

Shades of Afghan Tan #996226

Tints of Afghan Tan #996226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 52.94%
G = 33.91%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#996226 (or 0x996226) is known color: Afghan Tan. HEX triplet: 99, 62 and 26. RGB value is (153,98,38). Sum of RGB (Red+Green+Blue) = 153+98+38=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #996226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996226 is #669DD9. Grayscale: #6B6B6B. Windows color (decimal): -6725082 or 2515609. OLE color: 2515609.

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

Color convert

RGB 153 98 38 -
CMYK 0 0.36 0.75 0.4
HSL 31.3º 0.6% 0.37% -
HSV(B) 31.3º 0.75% 0.6% -
XYZ 17.85 15.65 3.91 -
YUV 107.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 153 98 38 0 0.36 0.75 0.4 31.3 0.6 0.37
Hex 99 62 26 0 24 4B 28 1F 3C 25
Octal 231 142 46 0 44 113 50 37 74 45
Binary 10011001 1100010 100110 0 100100 1001011 101000 11111 111100 100101

Color Harmonies of #996226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996226

Black with #996226

Text Example


Text Example

White with #996226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996226; }

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

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

background-color css

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

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

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

border-color css

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

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

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