Shades of Hawaiian Tan #965525
Tints of Hawaiian Tan #965525
RGB
CMYK
RGB Variations
Color information
#965525 (or 0x965525) is known color: Hawaiian Tan. HEX triplet: 96, 55 and 25. RGB value is (150,85,37). Sum of RGB (Red+Green+Blue) = 150+85+37=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #965525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965525 is #69AADA. Grayscale: #636363. Windows color (decimal): -6925019 or 2446742. OLE color: 2446742.
HSL color Cylindrical-coordinate representation of color #965525: hue angle of 25.49º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #965525 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 37 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.41 |
| HSL | 25.49º | 0.6% | 0.37% | - |
| HSV(B) | 25.49º | 0.75% | 0.59% | - |
| XYZ | 16.16 | 13.11 | 3.43 | - |
| YUV | 98.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 37 | 0 | 0.43 | 0.75 | 0.41 | 25.49 | 0.6 | 0.37 |
| Hex | 96 | 55 | 25 | 0 | 2B | 4B | 29 | 19 | 3C | 25 |
| Octal | 226 | 125 | 45 | 0 | 53 | 113 | 51 | 31 | 74 | 45 |
| Binary | 10010110 | 1010101 | 100101 | 0 | 101011 | 1001011 | 101001 | 11001 | 111100 | 100101 |
Color Harmonies of #965525
Complementary color
Monochromatic Colors of #965525
Black with #965525
Text Example
Text Example
White with #965525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965525; }
p { color: rgb(150,85,37); }
H1.HeaderClassName
{
color: #965525;
}
.AnyTagClassName
{
color: #965525;
}
</style>
background-color css
<style>
a { background-color: #965525; }
a { background-color: rgb(150,85,37); }
div.DivClassName
{
background-color: #965525;
}
.BgClassName
{
background-color: #965525;
}
</style>
border-color css
<style>
span { border-color: #965525; }
span { border-color: rgb(150,85,37); }
td.TdClassName
{
border-color: #965525;
}
.TagClassName
{
border-color: #965525;
}
</style>