Html Css Color HEX #964C29 Alert Tan

📋 copy color: '#964C29'

red 150 ◦ green 76 ◦ blue 41

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

Shades of Alert Tan #964C29

Tints of Alert Tan #964C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 56.18%
G = 28.46%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#964C29 (or 0x964C29) is known color: Alert Tan. HEX triplet: 96, 4C and 29. RGB value is (150,76,41). Sum of RGB (Red+Green+Blue) = 150+76+41=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #964C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C29 is #69B3D6. Grayscale: #5E5E5E. Windows color (decimal): -6927319 or 2706582. OLE color: 2706582.

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

Color convert

RGB 150 76 41 -
CMYK 0 0.49 0.73 0.41
HSL 19.27º 0.57% 0.37% -
HSV(B) 19.27º 0.73% 0.59% -
XYZ 15.56 11.81 3.56 -
YUV 94.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 150 76 41 0 0.49 0.73 0.41 19.27 0.57 0.37
Hex 96 4C 29 0 31 49 29 13 39 25
Octal 226 114 51 0 61 111 51 23 71 45
Binary 10010110 1001100 101001 0 110001 1001001 101001 10011 111001 100101

Color Harmonies of #964C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C29

Black with #964C29

Text Example


Text Example

White with #964C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,76,41); }

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

background-color css

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

 a { background-color: rgb(150,76,41); }

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

border-color css

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

 span { border-color: rgb(150,76,41); }

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