Shades of West Coast #635333
Tints of West Coast #635333
RGB
CMYK
RGB Variations
Color information
#635333 (or 0x635333) is known color: West Coast. HEX triplet: 63, 53 and 33. RGB value is (99,83,51). Sum of RGB (Red+Green+Blue) = 99+83+51=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #635333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635333 is #9CACCC. Grayscale: #545454. Windows color (decimal): -10267853 or 3363683. OLE color: 3363683.
HSL color Cylindrical-coordinate representation of color #635333: hue angle of 40º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #635333 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 51 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.61 |
| HSL | 40º | 0.32% | 0.29% | - |
| HSV(B) | 40º | 0.48% | 0.39% | - |
| XYZ | 8.84 | 9.08 | 4.42 | - |
| YUV | 84.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 51 | 0 | 0.16 | 0.48 | 0.61 | 40 | 0.32 | 0.29 |
| Hex | 63 | 53 | 33 | 0 | 10 | 30 | 3D | 28 | 20 | 1D |
| Octal | 143 | 123 | 63 | 0 | 20 | 60 | 75 | 50 | 40 | 35 |
| Binary | 1100011 | 1010011 | 110011 | 0 | 10000 | 110000 | 111101 | 101000 | 100000 | 11101 |
Color Harmonies of #635333
Complementary color
Monochromatic Colors of #635333
Black with #635333
Text Example
Text Example
White with #635333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635333; }
p { color: rgb(99,83,51); }
H1.HeaderClassName
{
color: #635333;
}
.AnyTagClassName
{
color: #635333;
}
</style>
background-color css
<style>
a { background-color: #635333; }
a { background-color: rgb(99,83,51); }
div.DivClassName
{
background-color: #635333;
}
.BgClassName
{
background-color: #635333;
}
</style>
border-color css
<style>
span { border-color: #635333; }
span { border-color: rgb(99,83,51); }
td.TdClassName
{
border-color: #635333;
}
.TagClassName
{
border-color: #635333;
}
</style>