Html Css Color HEX #956221 Afghan Tan

📋 copy color: '#956221'

red 149 ◦ green 98 ◦ blue 33

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

Shades of Afghan Tan #956221

Tints of Afghan Tan #956221

RGB

 RED value IS 149 (58.59% from 255) = 53.21%

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

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

R = 53.21%
G = 35%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#956221 (or 0x956221) is known color: Afghan Tan. HEX triplet: 95, 62 and 21. RGB value is (149,98,33). Sum of RGB (Red+Green+Blue) = 149+98+33=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #956221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956221 is #6A9DDE. Grayscale: #6A6A6A. Windows color (decimal): -6987231 or 2187925. OLE color: 2187925.

HSL color Cylindrical-coordinate representation of color #956221: hue angle of 33.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #956221 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 98 33 -
CMYK 0 0.34 0.78 0.42
HSL 33.62º 0.64% 0.36% -
HSV(B) 33.62º 0.78% 0.58% -
XYZ 17.04 15.23 3.48 -
YUV 105.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 149 98 33 0 0.34 0.78 0.42 33.62 0.64 0.36
Hex 95 62 21 0 22 4E 2A 22 40 24
Octal 225 142 41 0 42 116 52 42 100 44
Binary 10010101 1100010 100001 0 100010 1001110 101010 100010 1000000 100100

Color Harmonies of #956221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956221

Black with #956221

Text Example


Text Example

White with #956221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956221; }

 p { color: rgb(149,98,33); }

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

background-color css

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

 a { background-color: rgb(149,98,33); }

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

border-color css

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

 span { border-color: rgb(149,98,33); }

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