#964E33

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

Shades of Alert Tan #964E33

Tints of Alert Tan #964E33

Color information

#964E33 (or 0x964E33) is unknown color: approx Alert Tan. HEX triplet: 96, 4E and 33. RGB value is (150,78,51). Sum of RGB (Red+Green+Blue) = 150+78+51=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #964E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E33 is #69B1CC. Grayscale: #606060. Windows color (decimal): -6926797 or 3362454. OLE color: 3362454.

HSL color Cylindrical-coordinate representation of color #964E33: hue angle of 16.36º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #964E33 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1507851-
CMYK00.480.660.41
HSL16.36º49.25%39.41%-
HSV(B)16.36º66%58.82%-
XYZ15.912.174.64-
YUV96.45102.35166.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=53.76%
G=27.96%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150785100.480.660.4116.3649.2539.41
Hex964E330304229103127
Octal2261166306010251206147
Binary1001011010011101100110110000100001010100110000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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