Shades of West Coast #61573C
Tints of West Coast #61573C
RGB
CMYK
RGB Variations
Color information
#61573C (or 0x61573C) is known color: West Coast. HEX triplet: 61, 57 and 3C. RGB value is (97,87,60). Sum of RGB (Red+Green+Blue) = 97+87+60=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61573C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61573C is #9EA8C3. Grayscale: #575757. Windows color (decimal): -10397892 or 3954529. OLE color: 3954529.
HSL color Cylindrical-coordinate representation of color #61573C: hue angle of 43.78º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61573C is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 87 | 60 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.62 |
| HSL | 43.78º | 0.24% | 0.31% | - |
| HSV(B) | 43.78º | 0.38% | 0.38% | - |
| XYZ | 9.15 | 9.68 | 5.66 | - |
| YUV | 86.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 87 | 60 | 0 | 0.10 | 0.38 | 0.62 | 43.78 | 0.24 | 0.31 |
| Hex | 61 | 57 | 3C | 0 | A | 26 | 3E | 2C | 18 | 1F |
| Octal | 141 | 127 | 74 | 0 | 12 | 46 | 76 | 54 | 30 | 37 |
| Binary | 1100001 | 1010111 | 111100 | 0 | 1010 | 100110 | 111110 | 101100 | 11000 | 11111 |
Color Harmonies of #61573C
Complementary color
Monochromatic Colors of #61573C
Black with #61573C
Text Example
Text Example
White with #61573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61573C; }
p { color: rgb(97,87,60); }
H1.HeaderClassName
{
color: #61573C;
}
.AnyTagClassName
{
color: #61573C;
}
</style>
background-color css
<style>
a { background-color: #61573C; }
a { background-color: rgb(97,87,60); }
div.DivClassName
{
background-color: #61573C;
}
.BgClassName
{
background-color: #61573C;
}
</style>
border-color css
<style>
span { border-color: #61573C; }
span { border-color: rgb(97,87,60); }
td.TdClassName
{
border-color: #61573C;
}
.TagClassName
{
border-color: #61573C;
}
</style>