#964921

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

Shades of Alert Tan #964921

Tints of Alert Tan #964921

Color information

#964921 (or 0x964921) is unknown color: approx Alert Tan. HEX triplet: 96, 49 and 21. RGB value is (150,73,33). Sum of RGB (Red+Green+Blue) = 150+73+33=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #964921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964921 is #69B6DE. Grayscale: #5B5B5B. Windows color (decimal): -6928095 or 2181526. OLE color: 2181526.

HSL color Cylindrical-coordinate representation of color #964921: hue angle of 20.51º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #964921 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB1507333-
CMYK00.510.780.41
HSL20.51º63.93%35.88%-
HSV(B)20.51º78%58.82%-
XYZ15.2311.362.83-
YUV91.4695.01169.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 33 (13.28% from 255) = 12.89%
R=58.59%
G=28.52%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150733300.510.780.4120.5163.9335.88
Hex9649210334E29154024
Octal22611141063116512510044
Binary10010110100100110000101100111001110101001101011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964921; }

 p { color: rgb(150,73,33); }

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

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

 a { background-color: rgb(150,73,33); }

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

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

 span { border-color: rgb(150,73,33); }

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