Html Css Color HEX #964729 Alert Tan

📋 copy color: '#964729'

red 150 ◦ green 71 ◦ blue 41

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

Shades of Alert Tan #964729

Tints of Alert Tan #964729

RGB

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

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

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

R = 57.25%
G = 27.1%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#964729 (or 0x964729) is known color: Alert Tan. HEX triplet: 96, 47 and 29. RGB value is (150,71,41). Sum of RGB (Red+Green+Blue) = 150+71+41=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #964729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964729 is #69B8D6. Grayscale: #5B5B5B. Windows color (decimal): -6928599 or 2705302. OLE color: 2705302.

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

Color convert

RGB 150 71 41 -
CMYK 0 0.53 0.73 0.41
HSL 16.51º 0.57% 0.37% -
HSV(B) 16.51º 0.73% 0.59% -
XYZ 15.23 11.15 3.45 -
YUV 91.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 150 71 41 0 0.53 0.73 0.41 16.51 0.57 0.37
Hex 96 47 29 0 35 49 29 11 39 25
Octal 226 107 51 0 65 111 51 21 71 45
Binary 10010110 1000111 101001 0 110101 1001001 101001 10001 111001 100101

Color Harmonies of #964729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964729

Black with #964729

Text Example


Text Example

White with #964729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964729; }

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

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

background-color css

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

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

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

border-color css

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

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

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