#964C22

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

Shades of Alert Tan #964C22

Tints of Alert Tan #964C22

Color information

#964C22 (or 0x964C22) is unknown color: approx Alert Tan. HEX triplet: 96, 4C and 22. RGB value is (150,76,34). Sum of RGB (Red+Green+Blue) = 150+76+34=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #964C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C22 is #69B3DD. Grayscale: #5D5D5D. Windows color (decimal): -6927326 or 2247830. OLE color: 2247830.

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

Color convert

RGB1507634-
CMYK00.490.770.41
HSL21.72º63.04%36.08%-
HSV(B)21.72º77.33%58.82%-
XYZ15.4511.772.97-
YUV93.3494.52168.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 34 (13.67% from 255) = 13.08%
R=57.69%
G=29.23%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150763400.490.770.4121.7263.0436.08
Hex964C220314D29163f24
Octal2261144206111551267744
Binary1001011010011001000100110001100110110100110110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,76,34); }

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

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

 a { background-color: rgb(150,76,34); }

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

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

 span { border-color: rgb(150,76,34); }

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