Shades of West Coast #665A37
Tints of West Coast #665A37
RGB
CMYK
RGB Variations
Color information
#665A37 (or 0x665A37) is known color: West Coast. HEX triplet: 66, 5A and 37. RGB value is (102,90,55). Sum of RGB (Red+Green+Blue) = 102+90+55=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #665A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A37 is #99A5C8. Grayscale: #595959. Windows color (decimal): -10069449 or 3627622. OLE color: 3627622.
HSL color Cylindrical-coordinate representation of color #665A37: hue angle of 44.68º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #665A37 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 55 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.6 |
| HSL | 44.68º | 0.3% | 0.31% | - |
| HSV(B) | 44.68º | 0.46% | 0.4% | - |
| XYZ | 9.83 | 10.41 | 5.11 | - |
| YUV | 89.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 55 | 0 | 0.12 | 0.46 | 0.6 | 44.68 | 0.3 | 0.31 |
| Hex | 66 | 5A | 37 | 0 | C | 2E | 3C | 2D | 1E | 1F |
| Octal | 146 | 132 | 67 | 0 | 14 | 56 | 74 | 55 | 36 | 37 |
| Binary | 1100110 | 1011010 | 110111 | 0 | 1100 | 101110 | 111100 | 101101 | 11110 | 11111 |
Color Harmonies of #665A37
Complementary color
Monochromatic Colors of #665A37
Black with #665A37
Text Example
Text Example
White with #665A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A37; }
p { color: rgb(102,90,55); }
H1.HeaderClassName
{
color: #665A37;
}
.AnyTagClassName
{
color: #665A37;
}
</style>
background-color css
<style>
a { background-color: #665A37; }
a { background-color: rgb(102,90,55); }
div.DivClassName
{
background-color: #665A37;
}
.BgClassName
{
background-color: #665A37;
}
</style>
border-color css
<style>
span { border-color: #665A37; }
span { border-color: rgb(102,90,55); }
td.TdClassName
{
border-color: #665A37;
}
.TagClassName
{
border-color: #665A37;
}
</style>