Shades of West Coast #61542C
Tints of West Coast #61542C
RGB
CMYK
RGB Variations
Color information
#61542C (or 0x61542C) is known color: West Coast. HEX triplet: 61, 54 and 2C. RGB value is (97,84,44). Sum of RGB (Red+Green+Blue) = 97+84+44=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61542C is #9EABD3. Grayscale: #535353. Windows color (decimal): -10398676 or 2905185. OLE color: 2905185.
HSL color Cylindrical-coordinate representation of color #61542C: hue angle of 45.28º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61542C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 84 | 44 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.62 |
| HSL | 45.28º | 0.38% | 0.28% | - |
| HSV(B) | 45.28º | 0.55% | 0.38% | - |
| XYZ | 8.55 | 9.06 | 3.68 | - |
| YUV | 83.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 44 | 0 | 0.13 | 0.55 | 0.62 | 45.28 | 0.38 | 0.28 |
| Hex | 61 | 54 | 2C | 0 | D | 37 | 3E | 2D | 26 | 1C |
| Octal | 141 | 124 | 54 | 0 | 15 | 67 | 76 | 55 | 46 | 34 |
| Binary | 1100001 | 1010100 | 101100 | 0 | 1101 | 110111 | 111110 | 101101 | 100110 | 11100 |
Color Harmonies of #61542C
Complementary color
Monochromatic Colors of #61542C
Black with #61542C
Text Example
Text Example
White with #61542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61542C; }
p { color: rgb(97,84,44); }
H1.HeaderClassName
{
color: #61542C;
}
.AnyTagClassName
{
color: #61542C;
}
</style>
background-color css
<style>
a { background-color: #61542C; }
a { background-color: rgb(97,84,44); }
div.DivClassName
{
background-color: #61542C;
}
.BgClassName
{
background-color: #61542C;
}
</style>
border-color css
<style>
span { border-color: #61542C; }
span { border-color: rgb(97,84,44); }
td.TdClassName
{
border-color: #61542C;
}
.TagClassName
{
border-color: #61542C;
}
</style>