Shades of West Coast #605238
Tints of West Coast #605238
RGB
CMYK
RGB Variations
Color information
#605238 (or 0x605238) is known color: West Coast. HEX triplet: 60, 52 and 38. RGB value is (96,82,56). Sum of RGB (Red+Green+Blue) = 96+82+56=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #605238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605238 is #9FADC7. Grayscale: #535353. Windows color (decimal): -10464712 or 3691104. OLE color: 3691104.
HSL color Cylindrical-coordinate representation of color #605238: hue angle of 39º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #605238 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 56 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.62 |
| HSL | 39º | 0.26% | 0.3% | - |
| HSV(B) | 39º | 0.42% | 0.38% | - |
| XYZ | 8.55 | 8.81 | 4.99 | - |
| YUV | 83.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 56 | 0 | 0.15 | 0.42 | 0.62 | 39 | 0.26 | 0.3 |
| Hex | 60 | 52 | 38 | 0 | F | 2A | 3E | 27 | 1A | 1E |
| Octal | 140 | 122 | 70 | 0 | 17 | 52 | 76 | 47 | 32 | 36 |
| Binary | 1100000 | 1010010 | 111000 | 0 | 1111 | 101010 | 111110 | 100111 | 11010 | 11110 |
Color Harmonies of #605238
Complementary color
Monochromatic Colors of #605238
Black with #605238
Text Example
Text Example
White with #605238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605238; }
p { color: rgb(96,82,56); }
H1.HeaderClassName
{
color: #605238;
}
.AnyTagClassName
{
color: #605238;
}
</style>
background-color css
<style>
a { background-color: #605238; }
a { background-color: rgb(96,82,56); }
div.DivClassName
{
background-color: #605238;
}
.BgClassName
{
background-color: #605238;
}
</style>
border-color css
<style>
span { border-color: #605238; }
span { border-color: rgb(96,82,56); }
td.TdClassName
{
border-color: #605238;
}
.TagClassName
{
border-color: #605238;
}
</style>