Html Css Color HEX #96471E Alert Tan

📋 copy color: '#96471E'

red 150 ◦ green 71 ◦ blue 30

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

Shades of Alert Tan #96471E

Tints of Alert Tan #96471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 59.76%
G = 28.29%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96471E (or 0x96471E) is known color: Alert Tan. HEX triplet: 96, 47 and 1E. RGB value is (150,71,30). Sum of RGB (Red+Green+Blue) = 150+71+30=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96471E is #69B8E1. Grayscale: #5A5A5A. Windows color (decimal): -6928610 or 1984406. OLE color: 1984406.

HSL color Cylindrical-coordinate representation of color #96471E: hue angle of 20.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96471E is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 30 -
CMYK 0 0.53 0.80 0.41
HSL 20.5º 0.67% 0.35% -
HSV(B) 20.5º 0.8% 0.59% -
XYZ 15.07 11.08 2.57 -
YUV 89.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 150 71 30 0 0.53 0.80 0.41 20.5 0.67 0.35
Hex 96 47 1E 0 35 50 29 14 43 23
Octal 226 107 36 0 65 120 51 24 103 43
Binary 10010110 1000111 11110 0 110101 1010000 101001 10100 1000011 100011

Color Harmonies of #96471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96471E

Black with #96471E

Text Example


Text Example

White with #96471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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