#966524

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

Shades of Afghan Tan #966524

Tints of Afghan Tan #966524

Color information

#966524 (or 0x966524) is unknown color: approx Afghan Tan. HEX triplet: 96, 65 and 24. RGB value is (150,101,36). Sum of RGB (Red+Green+Blue) = 150+101+36=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #966524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966524 is #699ADB. Grayscale: #6C6C6C. Windows color (decimal): -6920924 or 2385302. OLE color: 2385302.

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

Color convert

RGB15010136-
CMYK00.330.760.41
HSL34.21º61.29%36.47%-
HSV(B)34.21º76%58.82%-
XYZ17.5515.923.82-
YUV108.2487.23157.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 36 (14.45% from 255) = 12.54%
R=52.26%
G=35.19%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501013600.330.760.4134.2161.2936.47
Hex9665240214C29223d24
Octal2261454404111451427544
Binary10010110110010110010001000011001100101001100010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966524; }

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

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

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

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

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

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

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

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