#965E29

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

Shades of Afghan Tan #965E29

Tints of Afghan Tan #965E29

Color information

#965E29 (or 0x965E29) is unknown color: approx Afghan Tan. HEX triplet: 96, 5E and 29. RGB value is (150,94,41). Sum of RGB (Red+Green+Blue) = 150+94+41=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #965E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E29 is #69A1D6. Grayscale: #686868. Windows color (decimal): -6922711 or 2711190. OLE color: 2711190.

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

Color convert

RGB1509441-
CMYK00.370.730.41
HSL29.17º57.07%37.45%-
HSV(B)29.17º72.67%58.82%-
XYZ16.9814.654.03-
YUV104.792.05160.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=52.63%
G=32.98%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150944100.370.730.4129.1757.0737.45
Hex965E2902549291d3925
Octal2261365104511151357145
Binary1001011010111101010010100101100100110100111101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965E29; }

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

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

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

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

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

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

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

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