Html Css Color HEX #956220 Afghan Tan

📋 copy color: '#956220'

red 149 ◦ green 98 ◦ blue 32

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

Shades of Afghan Tan #956220

Tints of Afghan Tan #956220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 53.41%
G = 35.13%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#956220 (or 0x956220) is known color: Afghan Tan. HEX triplet: 95, 62 and 20. RGB value is (149,98,32). Sum of RGB (Red+Green+Blue) = 149+98+32=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #956220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956220 is #6A9DDF. Grayscale: #6A6A6A. Windows color (decimal): -6987232 or 2122389. OLE color: 2122389.

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

Color convert

RGB 149 98 32 -
CMYK 0 0.34 0.79 0.42
HSL 33.85º 0.65% 0.35% -
HSV(B) 33.85º 0.79% 0.58% -
XYZ 17.02 15.23 3.41 -
YUV 105.73 86.4 158.87 -
System Red Green Blue C M Y K H S L
Decimal 149 98 32 0 0.34 0.79 0.42 33.85 0.65 0.35
Hex 95 62 20 0 22 4F 2A 22 41 23
Octal 225 142 40 0 42 117 52 42 101 43
Binary 10010101 1100010 100000 0 100010 1001111 101010 100010 1000001 100011

Color Harmonies of #956220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956220

Black with #956220

Text Example


Text Example

White with #956220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956220; }

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

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

background-color css

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

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

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

border-color css

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

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

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