Shades of West Coast #605333
Tints of West Coast #605333
RGB
CMYK
RGB Variations
Color information
#605333 (or 0x605333) is known color: West Coast. HEX triplet: 60, 53 and 33. RGB value is (96,83,51). Sum of RGB (Red+Green+Blue) = 96+83+51=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #605333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605333 is #9FACCC. Grayscale: #535353. Windows color (decimal): -10464461 or 3363680. OLE color: 3363680.
HSL color Cylindrical-coordinate representation of color #605333: hue angle of 42.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605333 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 51 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.62 |
| HSL | 42.67º | 0.31% | 0.29% | - |
| HSV(B) | 42.67º | 0.47% | 0.38% | - |
| XYZ | 8.51 | 8.91 | 4.4 | - |
| YUV | 83.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 51 | 0 | 0.14 | 0.47 | 0.62 | 42.67 | 0.31 | 0.29 |
| Hex | 60 | 53 | 33 | 0 | E | 2F | 3E | 2B | 1F | 1D |
| Octal | 140 | 123 | 63 | 0 | 16 | 57 | 76 | 53 | 37 | 35 |
| Binary | 1100000 | 1010011 | 110011 | 0 | 1110 | 101111 | 111110 | 101011 | 11111 | 11101 |
Color Harmonies of #605333
Complementary color
Monochromatic Colors of #605333
Black with #605333
Text Example
Text Example
White with #605333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605333; }
p { color: rgb(96,83,51); }
H1.HeaderClassName
{
color: #605333;
}
.AnyTagClassName
{
color: #605333;
}
</style>
background-color css
<style>
a { background-color: #605333; }
a { background-color: rgb(96,83,51); }
div.DivClassName
{
background-color: #605333;
}
.BgClassName
{
background-color: #605333;
}
</style>
border-color css
<style>
span { border-color: #605333; }
span { border-color: rgb(96,83,51); }
td.TdClassName
{
border-color: #605333;
}
.TagClassName
{
border-color: #605333;
}
</style>