Shades of West Coast #65583A
Tints of West Coast #65583A
RGB
CMYK
RGB Variations
Color information
#65583A (or 0x65583A) is known color: West Coast. HEX triplet: 65, 58 and 3A. RGB value is (101,88,58). Sum of RGB (Red+Green+Blue) = 101+88+58=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #65583A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65583A is #9AA7C5. Grayscale: #585858. Windows color (decimal): -10135494 or 3823717. OLE color: 3823717.
HSL color Cylindrical-coordinate representation of color #65583A: hue angle of 41.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65583A is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 58 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.60 |
| HSL | 41.86º | 0.27% | 0.31% | - |
| HSV(B) | 41.86º | 0.43% | 0.4% | - |
| XYZ | 9.62 | 10.05 | 5.44 | - |
| YUV | 88.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 58 | 0 | 0.13 | 0.43 | 0.60 | 41.86 | 0.27 | 0.31 |
| Hex | 65 | 58 | 3A | 0 | D | 2B | 3C | 2A | 1B | 1F |
| Octal | 145 | 130 | 72 | 0 | 15 | 53 | 74 | 52 | 33 | 37 |
| Binary | 1100101 | 1011000 | 111010 | 0 | 1101 | 101011 | 111100 | 101010 | 11011 | 11111 |
Color Harmonies of #65583A
Complementary color
Monochromatic Colors of #65583A
Black with #65583A
Text Example
Text Example
White with #65583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65583A; }
p { color: rgb(101,88,58); }
H1.HeaderClassName
{
color: #65583A;
}
.AnyTagClassName
{
color: #65583A;
}
</style>
background-color css
<style>
a { background-color: #65583A; }
a { background-color: rgb(101,88,58); }
div.DivClassName
{
background-color: #65583A;
}
.BgClassName
{
background-color: #65583A;
}
</style>
border-color css
<style>
span { border-color: #65583A; }
span { border-color: rgb(101,88,58); }
td.TdClassName
{
border-color: #65583A;
}
.TagClassName
{
border-color: #65583A;
}
</style>