#966029

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

Shades of Afghan Tan #966029

Tints of Afghan Tan #966029

Color information

#966029 (or 0x966029) is unknown color: approx Afghan Tan. HEX triplet: 96, 60 and 29. RGB value is (150,96,41). Sum of RGB (Red+Green+Blue) = 150+96+41=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #966029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966029 is #699FD6. Grayscale: #6A6A6A. Windows color (decimal): -6922199 or 2711702. OLE color: 2711702.

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

Color convert

RGB1509641-
CMYK00.360.730.41
HSL30.28º57.07%37.45%-
HSV(B)30.28º72.67%58.82%-
XYZ17.1615.014.09-
YUV105.8891.39159.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=52.26%
G=33.45%
B=14.29%

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
Decimal150964100.360.730.4130.2857.0737.45
Hex96602902449291e3925
Octal2261405104411151367145
Binary1001011011000001010010100100100100110100111110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966029; }

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

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

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

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

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

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

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

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