#965E28

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

Shades of Afghan Tan #965E28

Tints of Afghan Tan #965E28

Color information

#965E28 (or 0x965E28) is unknown color: approx Afghan Tan. HEX triplet: 96, 5E and 28. RGB value is (150,94,40). Sum of RGB (Red+Green+Blue) = 150+94+40=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #965E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E28 is #69A1D7. Grayscale: #686868. Windows color (decimal): -6922712 or 2645654. OLE color: 2645654.

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

Color convert

RGB1509440-
CMYK00.370.730.41
HSL29.45º57.89%37.25%-
HSV(B)29.45º73.33%58.82%-
XYZ16.9614.643.94-
YUV104.5991.55160.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=52.82%
G=33.10%
B=14.08%

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
Decimal150944000.370.730.4129.4557.8937.25
Hex965E2802549291d3a25
Octal2261365004511151357245
Binary1001011010111101010000100101100100110100111101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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