Html Css Color HEX #964E28 Alert Tan

📋 copy color: '#964E28'

red 150 ◦ green 78 ◦ blue 40

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

Shades of Alert Tan #964E28

Tints of Alert Tan #964E28

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.1%

 BLUE value IS 40 (16.02% from 255) = 14.93%

R = 55.97%
G = 29.1%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#964E28 (or 0x964E28) is known color: Alert Tan. HEX triplet: 96, 4E and 28. RGB value is (150,78,40). Sum of RGB (Red+Green+Blue) = 150+78+40=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #964E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E28 is #69B1D7. Grayscale: #5F5F5F. Windows color (decimal): -6926808 or 2641558. OLE color: 2641558.

HSL color Cylindrical-coordinate representation of color #964E28: hue angle of 20.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #964E28 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 78 40 -
CMYK 0 0.48 0.73 0.41
HSL 20.73º 0.58% 0.37% -
HSV(B) 20.73º 0.73% 0.59% -
XYZ 15.69 12.09 3.51 -
YUV 95.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 150 78 40 0 0.48 0.73 0.41 20.73 0.58 0.37
Hex 96 4E 28 0 30 49 29 15 3A 25
Octal 226 116 50 0 60 111 51 25 72 45
Binary 10010110 1001110 101000 0 110000 1001001 101001 10101 111010 100101

Color Harmonies of #964E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E28

Black with #964E28

Text Example


Text Example

White with #964E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964E28; }

 p { color: rgb(150,78,40); }

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

background-color css

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

 a { background-color: rgb(150,78,40); }

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

border-color css

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

 span { border-color: rgb(150,78,40); }

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