Html Css Color HEX #964A1E Alert Tan

📋 copy color: '#964A1E'

red 150 ◦ green 74 ◦ blue 30

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

Shades of Alert Tan #964A1E

Tints of Alert Tan #964A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

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

R = 59.06%
G = 29.13%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#964A1E (or 0x964A1E) is known color: Alert Tan. HEX triplet: 96, 4A and 1E. RGB value is (150,74,30). Sum of RGB (Red+Green+Blue) = 150+74+30=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #964A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A1E is #69B5E1. Grayscale: #5B5B5B. Windows color (decimal): -6927842 or 1985174. OLE color: 1985174.

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

Color convert

RGB 150 74 30 -
CMYK 0 0.51 0.80 0.41
HSL 22º 0.67% 0.35% -
HSV(B) 22º 0.8% 0.59% -
XYZ 15.26 11.48 2.64 -
YUV 91.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 150 74 30 0 0.51 0.80 0.41 22 0.67 0.35
Hex 96 4A 1E 0 33 50 29 16 43 23
Octal 226 112 36 0 63 120 51 26 103 43
Binary 10010110 1001010 11110 0 110011 1010000 101001 10110 1000011 100011

Color Harmonies of #964A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A1E

Black with #964A1E

Text Example


Text Example

White with #964A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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