#964E28

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

Shades of Alert Tan #964E28

Tints of Alert Tan #964E28

Color information

#964E28 (or 0x964E28) is unknown color: approx Alert Tan. HEX triplet: 96, 4E and 28. RGB value is (150,78,40). Sum of RGB (Red+Green+Blue) = 150+78+40=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #964E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E28 is #69B1D7. Grayscale: #5F5F5F. Windows color (decimal): -6926808 or 2641558. OLE color: 2641558.

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

Color convert

RGB1507840-
CMYK00.480.730.41
HSL20.73º57.89%37.25%-
HSV(B)20.73º73.33%58.82%-
XYZ15.6912.093.51-
YUV95.296.85167.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=55.97%
G=29.10%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150784000.480.730.4120.7357.8937.25
Hex964E280304929153a25
Octal2261165006011151257245
Binary1001011010011101010000110000100100110100110101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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