#964E1F

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

Shades of Hawaiian Tan #964E1F

Tints of Hawaiian Tan #964E1F

Color information

#964E1F (or 0x964E1F) is unknown color: approx Hawaiian Tan. HEX triplet: 96, 4E and 1F. RGB value is (150,78,31). Sum of RGB (Red+Green+Blue) = 150+78+31=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #964E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E1F is #69B1E0. Grayscale: #5E5E5E. Windows color (decimal): -6926817 or 2051734. OLE color: 2051734.

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

Color convert

RGB1507831-
CMYK00.480.790.41
HSL23.7º65.75%35.49%-
HSV(B)23.7º79.33%58.82%-
XYZ15.5512.032.8-
YUV94.1792.35167.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 31 (12.5% from 255) = 11.97%
R=57.92%
G=30.12%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150783100.480.790.4123.765.7535.49
Hex964E1F0304F29184223
Octal22611637060117513010243
Binary1001011010011101111101100001001111101001110001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,78,31); }

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

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

 a { background-color: rgb(150,78,31); }

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

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

 span { border-color: rgb(150,78,31); }

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