Html Css Color HEX #964720 Alert Tan

📋 copy color: '#964720'

red 150 ◦ green 71 ◦ blue 32

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

Shades of Alert Tan #964720

Tints of Alert Tan #964720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

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

R = 59.29%
G = 28.06%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#964720 (or 0x964720) is known color: Alert Tan. HEX triplet: 96, 47 and 20. RGB value is (150,71,32). Sum of RGB (Red+Green+Blue) = 150+71+32=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #964720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964720 is #69B8DF. Grayscale: #5A5A5A. Windows color (decimal): -6928608 or 2115478. OLE color: 2115478.

HSL color Cylindrical-coordinate representation of color #964720: hue angle of 19.83º 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 #964720 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 32 -
CMYK 0 0.53 0.79 0.41
HSL 19.83º 0.65% 0.36% -
HSV(B) 19.83º 0.79% 0.59% -
XYZ 15.09 11.09 2.71 -
YUV 90.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 150 71 32 0 0.53 0.79 0.41 19.83 0.65 0.36
Hex 96 47 20 0 35 4F 29 14 41 24
Octal 226 107 40 0 65 117 51 24 101 44
Binary 10010110 1000111 100000 0 110101 1001111 101001 10100 1000001 100100

Color Harmonies of #964720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964720

Black with #964720

Text Example


Text Example

White with #964720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964720; }

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

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

background-color css

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

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

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

border-color css

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

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

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