#956121

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

Shades of Afghan Tan #956121

Tints of Afghan Tan #956121

Color information

#956121 (or 0x956121) is unknown color: approx Afghan Tan. HEX triplet: 95, 61 and 21. RGB value is (149,97,33). Sum of RGB (Red+Green+Blue) = 149+97+33=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #956121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956121 is #6A9EDE. Grayscale: #696969. Windows color (decimal): -6987487 or 2187669. OLE color: 2187669.

HSL color Cylindrical-coordinate representation of color #956121: hue angle of 33.1º 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 #956121 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1499733-
CMYK00.350.780.42
HSL33.1º63.74%35.69%-
HSV(B)33.1º77.85%58.43%-
XYZ16.9415.053.45-
YUV105.2587.23159.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 33 (13.28% from 255) = 11.83%
R=53.41%
G=34.77%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149973300.350.780.4233.163.7435.69
Hex9561210234E2A214024
Octal22514141043116524110044
Binary100101011100001100001010001110011101010101000011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956121; }

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

 H1.HeaderClassName
 {
   color: #956121;
 }
 .AnyTagClassName
 {
   color: #956121;
 }
</style>
background-color css

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

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

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

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

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

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