#965C2C

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

Shades of Afghan Tan #965C2C

Tints of Afghan Tan #965C2C

Color information

#965C2C (or 0x965C2C) is unknown color: approx Afghan Tan. HEX triplet: 96, 5C and 2C. RGB value is (150,92,44). Sum of RGB (Red+Green+Blue) = 150+92+44=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #965C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C2C is #69A3D3. Grayscale: #686868. Windows color (decimal): -6923220 or 2907286. OLE color: 2907286.

HSL color Cylindrical-coordinate representation of color #965C2C: hue angle of 27.17º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #965C2C is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1509244-
CMYK00.390.710.41
HSL27.17º54.64%38.04%-
HSV(B)27.17º70.67%58.82%-
XYZ16.8614.324.26-
YUV103.8794.22160.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=52.45%
G=32.17%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150924400.390.710.4127.1754.6438.04
Hex965C2C02747291b3726
Octal2261345404710751336746
Binary1001011010111001011000100111100011110100111011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965C2C; }

 p { color: rgb(150,92,44); }

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

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

 a { background-color: rgb(150,92,44); }

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

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

 span { border-color: rgb(150,92,44); }

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