Shades of West Coast #635529
Tints of West Coast #635529
RGB
CMYK
RGB Variations
Color information
#635529 (or 0x635529) is known color: West Coast. HEX triplet: 63, 55 and 29. RGB value is (99,85,41). Sum of RGB (Red+Green+Blue) = 99+85+41=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #635529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635529 is #9CAAD6. Grayscale: #545454. Windows color (decimal): -10267351 or 2708835. OLE color: 2708835.
HSL color Cylindrical-coordinate representation of color #635529: hue angle of 45.52º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #635529 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 41 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.61 |
| HSL | 45.52º | 0.41% | 0.27% | - |
| HSV(B) | 45.52º | 0.59% | 0.39% | - |
| XYZ | 8.79 | 9.31 | 3.43 | - |
| YUV | 84.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 41 | 0 | 0.14 | 0.59 | 0.61 | 45.52 | 0.41 | 0.27 |
| Hex | 63 | 55 | 29 | 0 | E | 3B | 3D | 2E | 29 | 1B |
| Octal | 143 | 125 | 51 | 0 | 16 | 73 | 75 | 56 | 51 | 33 |
| Binary | 1100011 | 1010101 | 101001 | 0 | 1110 | 111011 | 111101 | 101110 | 101001 | 11011 |
Color Harmonies of #635529
Complementary color
Monochromatic Colors of #635529
Black with #635529
Text Example
Text Example
White with #635529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635529; }
p { color: rgb(99,85,41); }
H1.HeaderClassName
{
color: #635529;
}
.AnyTagClassName
{
color: #635529;
}
</style>
background-color css
<style>
a { background-color: #635529; }
a { background-color: rgb(99,85,41); }
div.DivClassName
{
background-color: #635529;
}
.BgClassName
{
background-color: #635529;
}
</style>
border-color css
<style>
span { border-color: #635529; }
span { border-color: rgb(99,85,41); }
td.TdClassName
{
border-color: #635529;
}
.TagClassName
{
border-color: #635529;
}
</style>