#964D1E

Color #964D1E Hawaiian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawaiian Tan #964D1E

Tints of Hawaiian Tan #964D1E

Color information

#964D1E (or 0x964D1E) is unknown color: approx Hawaiian Tan. HEX triplet: 96, 4D and 1E. RGB value is (150,77,30). Sum of RGB (Red+Green+Blue) = 150+77+30=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #964D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964D1E is #69B2E1. Grayscale: #5D5D5D. Windows color (decimal): -6927074 or 1985942. OLE color: 1985942.

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

Color convert

RGB1507730-
CMYK00.490.800.41
HSL23.5º66.67%35.29%-
HSV(B)23.5º80%58.82%-
XYZ15.4711.892.71-
YUV93.4792.18168.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=58.37%
G=29.96%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150773000.490.800.4123.566.6735.29
Hex964D1E0315029184323
Octal22611536061120513010343
Binary1001011010011011111001100011010000101001110001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #964D1E;
 }
 .AnyTagClassName
 {
   color: #964D1E;
 }
</style>
background-color css

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

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

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

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

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

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