Shades of West Coast #65583B
Tints of West Coast #65583B
RGB
CMYK
RGB Variations
Color information
#65583B (or 0x65583B) is known color: West Coast. HEX triplet: 65, 58 and 3B. RGB value is (101,88,59). Sum of RGB (Red+Green+Blue) = 101+88+59=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #65583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65583B is #9AA7C4. Grayscale: #585858. Windows color (decimal): -10135493 or 3889253. OLE color: 3889253.
HSL color Cylindrical-coordinate representation of color #65583B: hue angle of 41.43º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65583B is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 59 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.60 |
| HSL | 41.43º | 0.26% | 0.31% | - |
| HSV(B) | 41.43º | 0.42% | 0.4% | - |
| XYZ | 9.65 | 10.06 | 5.57 | - |
| YUV | 88.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 59 | 0 | 0.13 | 0.42 | 0.60 | 41.43 | 0.26 | 0.31 |
| Hex | 65 | 58 | 3B | 0 | D | 2A | 3C | 29 | 1A | 1F |
| Octal | 145 | 130 | 73 | 0 | 15 | 52 | 74 | 51 | 32 | 37 |
| Binary | 1100101 | 1011000 | 111011 | 0 | 1101 | 101010 | 111100 | 101001 | 11010 | 11111 |
Color Harmonies of #65583B
Complementary color
Monochromatic Colors of #65583B
Black with #65583B
Text Example
Text Example
White with #65583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65583B; }
p { color: rgb(101,88,59); }
H1.HeaderClassName
{
color: #65583B;
}
.AnyTagClassName
{
color: #65583B;
}
</style>
background-color css
<style>
a { background-color: #65583B; }
a { background-color: rgb(101,88,59); }
div.DivClassName
{
background-color: #65583B;
}
.BgClassName
{
background-color: #65583B;
}
</style>
border-color css
<style>
span { border-color: #65583B; }
span { border-color: rgb(101,88,59); }
td.TdClassName
{
border-color: #65583B;
}
.TagClassName
{
border-color: #65583B;
}
</style>