#966024

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

Shades of Afghan Tan #966024

Tints of Afghan Tan #966024

Color information

#966024 (or 0x966024) is unknown color: approx Afghan Tan. HEX triplet: 96, 60 and 24. RGB value is (150,96,36). Sum of RGB (Red+Green+Blue) = 150+96+36=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #966024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966024 is #699FDB. Grayscale: #696969. Windows color (decimal): -6922204 or 2384022. OLE color: 2384022.

HSL color Cylindrical-coordinate representation of color #966024: hue angle of 31.58º 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 #966024 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB1509636-
CMYK00.360.760.41
HSL31.58º61.29%36.47%-
HSV(B)31.58º76%58.82%-
XYZ17.0814.983.66-
YUV105.3188.89159.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 36 (14.45% from 255) = 12.77%
R=53.19%
G=34.04%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150963600.360.760.4131.5861.2936.47
Hex9660240244C29203d24
Octal2261404404411451407544
Binary10010110110000010010001001001001100101001100000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966024; }

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

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

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

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

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

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

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

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