#96501F

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

Shades of Hawaiian Tan #96501F

Tints of Hawaiian Tan #96501F

Color information

#96501F (or 0x96501F) is unknown color: approx Hawaiian Tan. HEX triplet: 96, 50 and 1F. RGB value is (150,80,31). Sum of RGB (Red+Green+Blue) = 150+80+31=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96501F is #69AFE0. Grayscale: #5F5F5F. Windows color (decimal): -6926305 or 2052246. OLE color: 2052246.

HSL color Cylindrical-coordinate representation of color #96501F: hue angle of 24.71º 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 #96501F is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1508031-
CMYK00.470.790.41
HSL24.71º65.75%35.49%-
HSV(B)24.71º79.33%58.82%-
XYZ15.6912.322.85-
YUV95.3491.69166.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=57.47%
G=30.65%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150803100.470.790.4124.7165.7535.49
Hex96501F02F4F29194223
Octal22612037057117513110243
Binary1001011010100001111101011111001111101001110011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96501F; }

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

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

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

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

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

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

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

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