Shades of West Coast #615234
Tints of West Coast #615234
RGB
CMYK
RGB Variations
Color information
#615234 (or 0x615234) is known color: West Coast. HEX triplet: 61, 52 and 34. RGB value is (97,82,52). Sum of RGB (Red+Green+Blue) = 97+82+52=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #615234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615234 is #9EADCB. Grayscale: #535353. Windows color (decimal): -10399180 or 3428961. OLE color: 3428961.
HSL color Cylindrical-coordinate representation of color #615234: hue angle of 40º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #615234 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 82 | 52 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.62 |
| HSL | 40º | 0.3% | 0.29% | - |
| HSV(B) | 40º | 0.46% | 0.38% | - |
| XYZ | 8.57 | 8.82 | 4.5 | - |
| YUV | 83.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 52 | 0 | 0.15 | 0.46 | 0.62 | 40 | 0.3 | 0.29 |
| Hex | 61 | 52 | 34 | 0 | F | 2E | 3E | 28 | 1E | 1D |
| Octal | 141 | 122 | 64 | 0 | 17 | 56 | 76 | 50 | 36 | 35 |
| Binary | 1100001 | 1010010 | 110100 | 0 | 1111 | 101110 | 111110 | 101000 | 11110 | 11101 |
Color Harmonies of #615234
Complementary color
Monochromatic Colors of #615234
Black with #615234
Text Example
Text Example
White with #615234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615234; }
p { color: rgb(97,82,52); }
H1.HeaderClassName
{
color: #615234;
}
.AnyTagClassName
{
color: #615234;
}
</style>
background-color css
<style>
a { background-color: #615234; }
a { background-color: rgb(97,82,52); }
div.DivClassName
{
background-color: #615234;
}
.BgClassName
{
background-color: #615234;
}
</style>
border-color css
<style>
span { border-color: #615234; }
span { border-color: rgb(97,82,52); }
td.TdClassName
{
border-color: #615234;
}
.TagClassName
{
border-color: #615234;
}
</style>