#964F28

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

Shades of Alert Tan #964F28

Tints of Alert Tan #964F28

Color information

#964F28 (or 0x964F28) is unknown color: approx Alert Tan. HEX triplet: 96, 4F and 28. RGB value is (150,79,40). Sum of RGB (Red+Green+Blue) = 150+79+40=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #964F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964F28 is #69B0D7. Grayscale: #606060. Windows color (decimal): -6926552 or 2641814. OLE color: 2641814.

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

Color convert

RGB1507940-
CMYK00.470.730.41
HSL21.27º57.89%37.25%-
HSV(B)21.27º73.33%58.82%-
XYZ15.7612.233.54-
YUV95.7896.52166.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.76%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=55.76%
G=29.37%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150794000.470.730.4121.2757.8937.25
Hex964F2802F4929153a25
Octal2261175005711151257245
Binary1001011010011111010000101111100100110100110101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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