#956221

Color #956221 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #956221

Tints of Afghan Tan #956221

Color information

#956221 (or 0x956221) is unknown color: approx 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

RGB1499833-
CMYK00.340.780.42
HSL33.62º63.74%35.69%-
HSV(B)33.62º77.85%58.43%-
XYZ17.0415.233.48-
YUV105.8486.9158.79-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149983300.340.780.4233.6263.7435.69
Hex9562210224E2A224024
Octal22514241042116524210044
Binary100101011100010100001010001010011101010101000101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>