Shades of Hawaiian Tan #96511E
Tints of Hawaiian Tan #96511E
RGB
CMYK
RGB Variations
Color information
#96511E (or 0x96511E) is known color: Hawaiian Tan. HEX triplet: 96, 51 and 1E. RGB value is (150,81,30). Sum of RGB (Red+Green+Blue) = 150+81+30=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96511E is #69AEE1. Grayscale: #606060. Windows color (decimal): -6926050 or 1986966. OLE color: 1986966.
HSL color Cylindrical-coordinate representation of color #96511E: hue angle of 25.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 #96511E is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 30 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.41 |
| HSL | 25.5º | 0.67% | 0.35% | - |
| HSV(B) | 25.5º | 0.8% | 0.59% | - |
| XYZ | 15.75 | 12.46 | 2.8 | - |
| YUV | 95.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 30 | 0 | 0.46 | 0.80 | 0.41 | 25.5 | 0.67 | 0.35 |
| Hex | 96 | 51 | 1E | 0 | 2E | 50 | 29 | 1A | 43 | 23 |
| Octal | 226 | 121 | 36 | 0 | 56 | 120 | 51 | 32 | 103 | 43 |
| Binary | 10010110 | 1010001 | 11110 | 0 | 101110 | 1010000 | 101001 | 11010 | 1000011 | 100011 |
Color Harmonies of #96511E
Complementary color
Monochromatic Colors of #96511E
Black with #96511E
Text Example
Text Example
White with #96511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96511E; }
p { color: rgb(150,81,30); }
H1.HeaderClassName
{
color: #96511E;
}
.AnyTagClassName
{
color: #96511E;
}
</style>
background-color css
<style>
a { background-color: #96511E; }
a { background-color: rgb(150,81,30); }
div.DivClassName
{
background-color: #96511E;
}
.BgClassName
{
background-color: #96511E;
}
</style>
border-color css
<style>
span { border-color: #96511E; }
span { border-color: rgb(150,81,30); }
td.TdClassName
{
border-color: #96511E;
}
.TagClassName
{
border-color: #96511E;
}
</style>