Html Css Color HEX #96441E Alert Tan

📋 copy color: '#96441E'

red 150 ◦ green 68 ◦ blue 30

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

Shades of Alert Tan #96441E

Tints of Alert Tan #96441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 60.48%
G = 27.42%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96441E (or 0x96441E) is known color: Alert Tan. HEX triplet: 96, 44 and 1E. RGB value is (150,68,30). Sum of RGB (Red+Green+Blue) = 150+68+30=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96441E is #69BBE1. Grayscale: #585858. Windows color (decimal): -6929378 or 1983638. OLE color: 1983638.

HSL color Cylindrical-coordinate representation of color #96441E: hue angle of 19º 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 #96441E is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 68 30 -
CMYK 0 0.55 0.80 0.41
HSL 19º 0.67% 0.35% -
HSV(B) 19º 0.8% 0.59% -
XYZ 14.88 10.71 2.51 -
YUV 88.19 95.17 172.09 -
System Red Green Blue C M Y K H S L
Decimal 150 68 30 0 0.55 0.80 0.41 19 0.67 0.35
Hex 96 44 1E 0 37 50 29 13 43 23
Octal 226 104 36 0 67 120 51 23 103 43
Binary 10010110 1000100 11110 0 110111 1010000 101001 10011 1000011 100011

Color Harmonies of #96441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96441E

Black with #96441E

Text Example


Text Example

White with #96441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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