Shades of West Coast #634F28
Tints of West Coast #634F28
RGB
CMYK
RGB Variations
Color information
#634F28 (or 0x634F28) is known color: West Coast. HEX triplet: 63, 4F and 28. RGB value is (99,79,40). Sum of RGB (Red+Green+Blue) = 99+79+40=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #634F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F28 is #9CB0D7. Grayscale: #505050. Windows color (decimal): -10268888 or 2641763. OLE color: 2641763.
HSL color Cylindrical-coordinate representation of color #634F28: hue angle of 39.66º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #634F28 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 40 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.61 |
| HSL | 39.66º | 0.42% | 0.27% | - |
| HSV(B) | 39.66º | 0.6% | 0.39% | - |
| XYZ | 8.32 | 8.4 | 3.19 | - |
| YUV | 80.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 40 | 0 | 0.20 | 0.60 | 0.61 | 39.66 | 0.42 | 0.27 |
| Hex | 63 | 4F | 28 | 0 | 14 | 3C | 3D | 28 | 2A | 1B |
| Octal | 143 | 117 | 50 | 0 | 24 | 74 | 75 | 50 | 52 | 33 |
| Binary | 1100011 | 1001111 | 101000 | 0 | 10100 | 111100 | 111101 | 101000 | 101010 | 11011 |
Color Harmonies of #634F28
Complementary color
Monochromatic Colors of #634F28
Black with #634F28
Text Example
Text Example
White with #634F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F28; }
p { color: rgb(99,79,40); }
H1.HeaderClassName
{
color: #634F28;
}
.AnyTagClassName
{
color: #634F28;
}
</style>
background-color css
<style>
a { background-color: #634F28; }
a { background-color: rgb(99,79,40); }
div.DivClassName
{
background-color: #634F28;
}
.BgClassName
{
background-color: #634F28;
}
</style>
border-color css
<style>
span { border-color: #634F28; }
span { border-color: rgb(99,79,40); }
td.TdClassName
{
border-color: #634F28;
}
.TagClassName
{
border-color: #634F28;
}
</style>