#966428

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

Shades of Afghan Tan #966428

Tints of Afghan Tan #966428

Color information

#966428 (or 0x966428) is unknown color: approx Afghan Tan. HEX triplet: 96, 64 and 28. RGB value is (150,100,40). Sum of RGB (Red+Green+Blue) = 150+100+40=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #966428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966428 is #699BD7. Grayscale: #6C6C6C. Windows color (decimal): -6921176 or 2647190. OLE color: 2647190.

HSL color Cylindrical-coordinate representation of color #966428: hue angle of 32.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #966428 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15010040-
CMYK00.330.730.41
HSL32.73º57.89%37.25%-
HSV(B)32.73º73.33%58.82%-
XYZ17.5215.754.12-
YUV108.1189.56157.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 40 (16.02% from 255) = 13.79%
R=51.72%
G=34.48%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501004000.330.730.4132.7357.8937.25
Hex9664280214929213a25
Octal2261445004111151417245
Binary10010110110010010100001000011001001101001100001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966428; }

 p { color: rgb(150,100,40); }

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

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

 a { background-color: rgb(150,100,40); }

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

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

 span { border-color: rgb(150,100,40); }

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