Shades of West Coast #65582D
Tints of West Coast #65582D
RGB
CMYK
RGB Variations
Color information
#65582D (or 0x65582D) is known color: West Coast. HEX triplet: 65, 58 and 2D. RGB value is (101,88,45). Sum of RGB (Red+Green+Blue) = 101+88+45=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #65582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65582D is #9AA7D2. Grayscale: #575757. Windows color (decimal): -10135507 or 2971749. OLE color: 2971749.
HSL color Cylindrical-coordinate representation of color #65582D: hue angle of 46.07º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65582D is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 45 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.60 |
| HSL | 46.07º | 0.38% | 0.29% | - |
| HSV(B) | 46.07º | 0.55% | 0.4% | - |
| XYZ | 9.33 | 9.94 | 3.91 | - |
| YUV | 86.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 45 | 0 | 0.13 | 0.55 | 0.60 | 46.07 | 0.38 | 0.29 |
| Hex | 65 | 58 | 2D | 0 | D | 37 | 3C | 2E | 26 | 1D |
| Octal | 145 | 130 | 55 | 0 | 15 | 67 | 74 | 56 | 46 | 35 |
| Binary | 1100101 | 1011000 | 101101 | 0 | 1101 | 110111 | 111100 | 101110 | 100110 | 11101 |
Color Harmonies of #65582D
Complementary color
Monochromatic Colors of #65582D
Black with #65582D
Text Example
Text Example
White with #65582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65582D; }
p { color: rgb(101,88,45); }
H1.HeaderClassName
{
color: #65582D;
}
.AnyTagClassName
{
color: #65582D;
}
</style>
background-color css
<style>
a { background-color: #65582D; }
a { background-color: rgb(101,88,45); }
div.DivClassName
{
background-color: #65582D;
}
.BgClassName
{
background-color: #65582D;
}
</style>
border-color css
<style>
span { border-color: #65582D; }
span { border-color: rgb(101,88,45); }
td.TdClassName
{
border-color: #65582D;
}
.TagClassName
{
border-color: #65582D;
}
</style>