#964B29

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

Shades of Alert Tan #964B29

Tints of Alert Tan #964B29

Color information

#964B29 (or 0x964B29) is unknown color: approx Alert Tan. HEX triplet: 96, 4B and 29. RGB value is (150,75,41). Sum of RGB (Red+Green+Blue) = 150+75+41=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #964B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B29 is #69B4D6. Grayscale: #5D5D5D. Windows color (decimal): -6927575 or 2706326. OLE color: 2706326.

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

Color convert

RGB1507541-
CMYK00.50.730.41
HSL18.72º57.07%37.45%-
HSV(B)18.72º72.67%58.82%-
XYZ15.4911.683.53-
YUV93.5598.35168.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.39%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=56.39%
G=28.20%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150754100.50.730.4118.7257.0737.45
Hex964B290324929133925
Octal2261135106211151237145
Binary1001011010010111010010110010100100110100110011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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