Shades of West Coast #605630
Tints of West Coast #605630
RGB
CMYK
RGB Variations
Color information
#605630 (or 0x605630) is known color: West Coast. HEX triplet: 60, 56 and 30. RGB value is (96,86,48). Sum of RGB (Red+Green+Blue) = 96+86+48=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #605630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605630 is #9FA9CF. Grayscale: #545454. Windows color (decimal): -10463696 or 3167840. OLE color: 3167840.
HSL color Cylindrical-coordinate representation of color #605630: hue angle of 47.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #605630 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 86 | 48 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.62 |
| HSL | 47.5º | 0.33% | 0.28% | - |
| HSV(B) | 47.5º | 0.5% | 0.38% | - |
| XYZ | 8.69 | 9.36 | 4.14 | - |
| YUV | 84.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 48 | 0 | 0.10 | 0.50 | 0.62 | 47.5 | 0.33 | 0.28 |
| Hex | 60 | 56 | 30 | 0 | A | 32 | 3E | 30 | 21 | 1C |
| Octal | 140 | 126 | 60 | 0 | 12 | 62 | 76 | 60 | 41 | 34 |
| Binary | 1100000 | 1010110 | 110000 | 0 | 1010 | 110010 | 111110 | 110000 | 100001 | 11100 |
Color Harmonies of #605630
Complementary color
Monochromatic Colors of #605630
Black with #605630
Text Example
Text Example
White with #605630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605630; }
p { color: rgb(96,86,48); }
H1.HeaderClassName
{
color: #605630;
}
.AnyTagClassName
{
color: #605630;
}
</style>
background-color css
<style>
a { background-color: #605630; }
a { background-color: rgb(96,86,48); }
div.DivClassName
{
background-color: #605630;
}
.BgClassName
{
background-color: #605630;
}
</style>
border-color css
<style>
span { border-color: #605630; }
span { border-color: rgb(96,86,48); }
td.TdClassName
{
border-color: #605630;
}
.TagClassName
{
border-color: #605630;
}
</style>