Shades of West Coast #61562A
Tints of West Coast #61562A
RGB
CMYK
RGB Variations
Color information
#61562A (or 0x61562A) is known color: West Coast. HEX triplet: 61, 56 and 2A. RGB value is (97,86,42). Sum of RGB (Red+Green+Blue) = 97+86+42=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61562A is #9EA9D5. Grayscale: #545454. Windows color (decimal): -10398166 or 2774625. OLE color: 2774625.
HSL color Cylindrical-coordinate representation of color #61562A: hue angle of 48º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61562A is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 86 | 42 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.62 |
| HSL | 48º | 0.4% | 0.27% | - |
| HSV(B) | 48º | 0.57% | 0.38% | - |
| XYZ | 8.68 | 9.36 | 3.54 | - |
| YUV | 84.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 42 | 0 | 0.11 | 0.57 | 0.62 | 48 | 0.4 | 0.27 |
| Hex | 61 | 56 | 2A | 0 | B | 39 | 3E | 30 | 28 | 1B |
| Octal | 141 | 126 | 52 | 0 | 13 | 71 | 76 | 60 | 50 | 33 |
| Binary | 1100001 | 1010110 | 101010 | 0 | 1011 | 111001 | 111110 | 110000 | 101000 | 11011 |
Color Harmonies of #61562A
Complementary color
Monochromatic Colors of #61562A
Black with #61562A
Text Example
Text Example
White with #61562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61562A; }
p { color: rgb(97,86,42); }
H1.HeaderClassName
{
color: #61562A;
}
.AnyTagClassName
{
color: #61562A;
}
</style>
background-color css
<style>
a { background-color: #61562A; }
a { background-color: rgb(97,86,42); }
div.DivClassName
{
background-color: #61562A;
}
.BgClassName
{
background-color: #61562A;
}
</style>
border-color css
<style>
span { border-color: #61562A; }
span { border-color: rgb(97,86,42); }
td.TdClassName
{
border-color: #61562A;
}
.TagClassName
{
border-color: #61562A;
}
</style>