Html Css Color HEX #964D20 Hawaiian Tan

📋 copy color: '#964D20'

red 150 ◦ green 77 ◦ blue 32

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

Shades of Hawaiian Tan #964D20

Tints of Hawaiian Tan #964D20

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.73%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 57.92%
G = 29.73%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#964D20 (or 0x964D20) is known color: Hawaiian Tan. HEX triplet: 96, 4D and 20. RGB value is (150,77,32). Sum of RGB (Red+Green+Blue) = 150+77+32=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #964D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964D20 is #69B2DF. Grayscale: #5D5D5D. Windows color (decimal): -6927072 or 2117014. OLE color: 2117014.

HSL color Cylindrical-coordinate representation of color #964D20: hue angle of 22.88º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #964D20 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 77 32 -
CMYK 0 0.49 0.79 0.41
HSL 22.88º 0.65% 0.36% -
HSV(B) 22.88º 0.79% 0.59% -
XYZ 15.49 11.9 2.85 -
YUV 93.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 150 77 32 0 0.49 0.79 0.41 22.88 0.65 0.36
Hex 96 4D 20 0 31 4F 29 17 41 24
Octal 226 115 40 0 61 117 51 27 101 44
Binary 10010110 1001101 100000 0 110001 1001111 101001 10111 1000001 100100

Color Harmonies of #964D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D20

Black with #964D20

Text Example


Text Example

White with #964D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,77,32); }

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

background-color css

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

 a { background-color: rgb(150,77,32); }

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

border-color css

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

 span { border-color: rgb(150,77,32); }

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