Shades of Hawaiian Tan #965128
Tints of Hawaiian Tan #965128
RGB
CMYK
RGB Variations
Color information
#965128 (or 0x965128) is known color: Hawaiian Tan. HEX triplet: 96, 51 and 28. RGB value is (150,81,40). Sum of RGB (Red+Green+Blue) = 150+81+40=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #965128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965128 is #69AED7. Grayscale: #616161. Windows color (decimal): -6926040 or 2642326. OLE color: 2642326.
HSL color Cylindrical-coordinate representation of color #965128: hue angle of 22.36º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #965128 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 40 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.41 |
| HSL | 22.36º | 0.58% | 0.37% | - |
| HSV(B) | 22.36º | 0.73% | 0.59% | - |
| XYZ | 15.9 | 12.52 | 3.59 | - |
| YUV | 96.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 40 | 0 | 0.46 | 0.73 | 0.41 | 22.36 | 0.58 | 0.37 |
| Hex | 96 | 51 | 28 | 0 | 2E | 49 | 29 | 16 | 3A | 25 |
| Octal | 226 | 121 | 50 | 0 | 56 | 111 | 51 | 26 | 72 | 45 |
| Binary | 10010110 | 1010001 | 101000 | 0 | 101110 | 1001001 | 101001 | 10110 | 111010 | 100101 |
Color Harmonies of #965128
Complementary color
Monochromatic Colors of #965128
Black with #965128
Text Example
Text Example
White with #965128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965128; }
p { color: rgb(150,81,40); }
H1.HeaderClassName
{
color: #965128;
}
.AnyTagClassName
{
color: #965128;
}
</style>
background-color css
<style>
a { background-color: #965128; }
a { background-color: rgb(150,81,40); }
div.DivClassName
{
background-color: #965128;
}
.BgClassName
{
background-color: #965128;
}
</style>
border-color css
<style>
span { border-color: #965128; }
span { border-color: rgb(150,81,40); }
td.TdClassName
{
border-color: #965128;
}
.TagClassName
{
border-color: #965128;
}
</style>