#965E2C

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

Shades of Afghan Tan #965E2C

Tints of Afghan Tan #965E2C

Color information

#965E2C (or 0x965E2C) is unknown color: approx Afghan Tan. HEX triplet: 96, 5E and 2C. RGB value is (150,94,44). Sum of RGB (Red+Green+Blue) = 150+94+44=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #965E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E2C is #69A1D3. Grayscale: #696969. Windows color (decimal): -6922708 or 2907798. OLE color: 2907798.

HSL color Cylindrical-coordinate representation of color #965E2C: hue angle of 28.3º 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 #965E2C is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1509444-
CMYK00.370.710.41
HSL28.3º54.64%38.04%-
HSV(B)28.3º70.67%58.82%-
XYZ17.0414.674.32-
YUV105.0493.55160.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 44 (17.58% from 255) = 15.28%
R=52.08%
G=32.64%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150944400.370.710.4128.354.6438.04
Hex965E2C02547291c3726
Octal2261365404510751346746
Binary1001011010111101011000100101100011110100111100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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