Shades of West Coast #645A3C
Tints of West Coast #645A3C
RGB
CMYK
RGB Variations
Color information
#645A3C (or 0x645A3C) is known color: West Coast. HEX triplet: 64, 5A and 3C. RGB value is (100,90,60). Sum of RGB (Red+Green+Blue) = 100+90+60=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #645A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645A3C is #9BA5C3. Grayscale: #595959. Windows color (decimal): -10200516 or 3955300. OLE color: 3955300.
HSL color Cylindrical-coordinate representation of color #645A3C: hue angle of 45º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #645A3C is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 60 | - |
| CMYK | 0 | 0.10 | 0.4 | 0.61 |
| HSL | 45º | 0.25% | 0.31% | - |
| HSV(B) | 45º | 0.4% | 0.39% | - |
| XYZ | 9.73 | 10.35 | 5.76 | - |
| YUV | 89.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 60 | 0 | 0.10 | 0.4 | 0.61 | 45 | 0.25 | 0.31 |
| Hex | 64 | 5A | 3C | 0 | A | 28 | 3D | 2D | 19 | 1F |
| Octal | 144 | 132 | 74 | 0 | 12 | 50 | 75 | 55 | 31 | 37 |
| Binary | 1100100 | 1011010 | 111100 | 0 | 1010 | 101000 | 111101 | 101101 | 11001 | 11111 |
Color Harmonies of #645A3C
Complementary color
Monochromatic Colors of #645A3C
Black with #645A3C
Text Example
Text Example
White with #645A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A3C; }
p { color: rgb(100,90,60); }
H1.HeaderClassName
{
color: #645A3C;
}
.AnyTagClassName
{
color: #645A3C;
}
</style>
background-color css
<style>
a { background-color: #645A3C; }
a { background-color: rgb(100,90,60); }
div.DivClassName
{
background-color: #645A3C;
}
.BgClassName
{
background-color: #645A3C;
}
</style>
border-color css
<style>
span { border-color: #645A3C; }
span { border-color: rgb(100,90,60); }
td.TdClassName
{
border-color: #645A3C;
}
.TagClassName
{
border-color: #645A3C;
}
</style>