#966028

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

Shades of Afghan Tan #966028

Tints of Afghan Tan #966028

Color information

#966028 (or 0x966028) is unknown color: approx Afghan Tan. HEX triplet: 96, 60 and 28. RGB value is (150,96,40). Sum of RGB (Red+Green+Blue) = 150+96+40=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #966028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966028 is #699FD7. Grayscale: #6A6A6A. Windows color (decimal): -6922200 or 2646166. OLE color: 2646166.

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

Color convert

RGB1509640-
CMYK00.360.730.41
HSL30.55º57.89%37.25%-
HSV(B)30.55º73.33%58.82%-
XYZ17.14154-
YUV105.7690.89159.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 40 (16.02% from 255) = 13.99%
R=52.45%
G=33.57%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150964000.360.730.4130.5557.8937.25
Hex96602802449291f3a25
Octal2261405004411151377245
Binary1001011011000001010000100100100100110100111111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966028; }

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

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

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

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

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

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

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

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