Html Css Color HEX #964F28 Alert Tan

📋 copy color: '#964F28'

red 150 ◦ green 79 ◦ blue 40

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

Shades of Alert Tan #964F28

Tints of Alert Tan #964F28

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.37%

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

R = 55.76%
G = 29.37%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#964F28 (or 0x964F28) is known color: Alert Tan. HEX triplet: 96, 4F and 28. RGB value is (150,79,40). Sum of RGB (Red+Green+Blue) = 150+79+40=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #964F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964F28 is #69B0D7. Grayscale: #606060. Windows color (decimal): -6926552 or 2641814. OLE color: 2641814.

HSL color Cylindrical-coordinate representation of color #964F28: hue angle of 21.27º 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 #964F28 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 79 40 -
CMYK 0 0.47 0.73 0.41
HSL 21.27º 0.58% 0.37% -
HSV(B) 21.27º 0.73% 0.59% -
XYZ 15.76 12.23 3.54 -
YUV 95.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 150 79 40 0 0.47 0.73 0.41 21.27 0.58 0.37
Hex 96 4F 28 0 2F 49 29 15 3A 25
Octal 226 117 50 0 57 111 51 25 72 45
Binary 10010110 1001111 101000 0 101111 1001001 101001 10101 111010 100101

Color Harmonies of #964F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F28

Black with #964F28

Text Example


Text Example

White with #964F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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