Html Css Color HEX #964520 Alert Tan

📋 copy color: '#964520'

red 150 ◦ green 69 ◦ blue 32

#964520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alert Tan #964520

Tints of Alert Tan #964520

RGB

 RED value IS 150 (58.98% from 255) = 59.76%

 GREEN value IS 69 (27.34% from 255) = 27.49%

 BLUE value IS 32 (12.89% from 255) = 12.75%

R = 59.76%
G = 27.49%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#964520 (or 0x964520) is known color: Alert Tan. HEX triplet: 96, 45 and 20. RGB value is (150,69,32). Sum of RGB (Red+Green+Blue) = 150+69+32=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #964520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964520 is #69BADF. Grayscale: #595959. Windows color (decimal): -6929120 or 2114966. OLE color: 2114966.

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

Color convert

RGB 150 69 32 -
CMYK 0 0.54 0.79 0.41
HSL 18.81º 0.65% 0.36% -
HSV(B) 18.81º 0.79% 0.59% -
XYZ 14.97 10.84 2.67 -
YUV 89 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 150 69 32 0 0.54 0.79 0.41 18.81 0.65 0.36
Hex 96 45 20 0 36 4F 29 13 41 24
Octal 226 105 40 0 66 117 51 23 101 44
Binary 10010110 1000101 100000 0 110110 1001111 101001 10011 1000001 100100

Color Harmonies of #964520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964520

Black with #964520

Text Example


Text Example

White with #964520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964520; }

 p { color: rgb(150,69,32); }

 H1.HeaderClassName
 {
   color: #964520;
 }
 .AnyTagClassName
 {
   color: #964520;
 }
</style>

background-color css

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

 a { background-color: rgb(150,69,32); }

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

border-color css

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

 span { border-color: rgb(150,69,32); }

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