Shades of West Coast #61562F
Tints of West Coast #61562F
RGB
CMYK
RGB Variations
Color information
#61562F (or 0x61562F) is known color: West Coast. HEX triplet: 61, 56 and 2F. RGB value is (97,86,47). Sum of RGB (Red+Green+Blue) = 97+86+47=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #61562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61562F is #9EA9D0. Grayscale: #555555. Windows color (decimal): -10398161 or 3102305. OLE color: 3102305.
HSL color Cylindrical-coordinate representation of color #61562F: hue angle of 46.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61562F is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 86 | 47 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.62 |
| HSL | 46.8º | 0.35% | 0.28% | - |
| HSV(B) | 46.8º | 0.52% | 0.38% | - |
| XYZ | 8.77 | 9.4 | 4.04 | - |
| YUV | 84.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 47 | 0 | 0.11 | 0.52 | 0.62 | 46.8 | 0.35 | 0.28 |
| Hex | 61 | 56 | 2F | 0 | B | 34 | 3E | 2F | 23 | 1C |
| Octal | 141 | 126 | 57 | 0 | 13 | 64 | 76 | 57 | 43 | 34 |
| Binary | 1100001 | 1010110 | 101111 | 0 | 1011 | 110100 | 111110 | 101111 | 100011 | 11100 |
Color Harmonies of #61562F
Complementary color
Monochromatic Colors of #61562F
Black with #61562F
Text Example
Text Example
White with #61562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61562F; }
p { color: rgb(97,86,47); }
H1.HeaderClassName
{
color: #61562F;
}
.AnyTagClassName
{
color: #61562F;
}
</style>
background-color css
<style>
a { background-color: #61562F; }
a { background-color: rgb(97,86,47); }
div.DivClassName
{
background-color: #61562F;
}
.BgClassName
{
background-color: #61562F;
}
</style>
border-color css
<style>
span { border-color: #61562F; }
span { border-color: rgb(97,86,47); }
td.TdClassName
{
border-color: #61562F;
}
.TagClassName
{
border-color: #61562F;
}
</style>