#965F24

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

Shades of Afghan Tan #965F24

Tints of Afghan Tan #965F24

Color information

#965F24 (or 0x965F24) is unknown color: approx Afghan Tan. HEX triplet: 96, 5F and 24. RGB value is (150,95,36). Sum of RGB (Red+Green+Blue) = 150+95+36=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #965F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F24 is #69A0DB. Grayscale: #696969. Windows color (decimal): -6922460 or 2383766. OLE color: 2383766.

HSL color Cylindrical-coordinate representation of color #965F24: hue angle of 31.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #965F24 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB1509536-
CMYK00.370.760.41
HSL31.05º61.29%36.47%-
HSV(B)31.05º76%58.82%-
XYZ16.9914.83.63-
YUV104.7289.22160.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 36 (14.45% from 255) = 12.81%
R=53.38%
G=33.81%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150953600.370.760.4131.0561.2936.47
Hex965F240254C291f3d24
Octal2261374404511451377544
Binary1001011010111111001000100101100110010100111111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,95,36); }

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

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

 a { background-color: rgb(150,95,36); }

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

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

 span { border-color: rgb(150,95,36); }

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