Shades of Hawaiian Tan #964C1E
Tints of Hawaiian Tan #964C1E
RGB
CMYK
RGB Variations
Color information
#964C1E (or 0x964C1E) is known color: Hawaiian Tan. HEX triplet: 96, 4C and 1E. RGB value is (150,76,30). Sum of RGB (Red+Green+Blue) = 150+76+30=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #964C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C1E is #69B3E1. Grayscale: #5D5D5D. Windows color (decimal): -6927330 or 1985686. OLE color: 1985686.
HSL color Cylindrical-coordinate representation of color #964C1E: hue angle of 23º 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 #964C1E is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 30 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.41 |
| HSL | 23º | 0.67% | 0.35% | - |
| HSV(B) | 23º | 0.8% | 0.59% | - |
| XYZ | 15.4 | 11.75 | 2.68 | - |
| YUV | 92.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 30 | 0 | 0.49 | 0.80 | 0.41 | 23 | 0.67 | 0.35 |
| Hex | 96 | 4C | 1E | 0 | 31 | 50 | 29 | 17 | 43 | 23 |
| Octal | 226 | 114 | 36 | 0 | 61 | 120 | 51 | 27 | 103 | 43 |
| Binary | 10010110 | 1001100 | 11110 | 0 | 110001 | 1010000 | 101001 | 10111 | 1000011 | 100011 |
Color Harmonies of #964C1E
Complementary color
Monochromatic Colors of #964C1E
Black with #964C1E
Text Example
Text Example
White with #964C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C1E; }
p { color: rgb(150,76,30); }
H1.HeaderClassName
{
color: #964C1E;
}
.AnyTagClassName
{
color: #964C1E;
}
</style>
background-color css
<style>
a { background-color: #964C1E; }
a { background-color: rgb(150,76,30); }
div.DivClassName
{
background-color: #964C1E;
}
.BgClassName
{
background-color: #964C1E;
}
</style>
border-color css
<style>
span { border-color: #964C1E; }
span { border-color: rgb(150,76,30); }
td.TdClassName
{
border-color: #964C1E;
}
.TagClassName
{
border-color: #964C1E;
}
</style>