Shades of West Coast #665A36
Tints of West Coast #665A36
RGB
CMYK
RGB Variations
Color information
#665A36 (or 0x665A36) is known color: West Coast. HEX triplet: 66, 5A and 36. RGB value is (102,90,54). Sum of RGB (Red+Green+Blue) = 102+90+54=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #665A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A36 is #99A5C9. Grayscale: #595959. Windows color (decimal): -10069450 or 3562086. OLE color: 3562086.
HSL color Cylindrical-coordinate representation of color #665A36: hue angle of 45º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #665A36 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 54 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.6 |
| HSL | 45º | 0.31% | 0.31% | - |
| HSV(B) | 45º | 0.47% | 0.4% | - |
| XYZ | 9.8 | 10.4 | 4.98 | - |
| YUV | 89.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 54 | 0 | 0.12 | 0.47 | 0.6 | 45 | 0.31 | 0.31 |
| Hex | 66 | 5A | 36 | 0 | C | 2F | 3C | 2D | 1F | 1F |
| Octal | 146 | 132 | 66 | 0 | 14 | 57 | 74 | 55 | 37 | 37 |
| Binary | 1100110 | 1011010 | 110110 | 0 | 1100 | 101111 | 111100 | 101101 | 11111 | 11111 |
Color Harmonies of #665A36
Complementary color
Monochromatic Colors of #665A36
Black with #665A36
Text Example
Text Example
White with #665A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A36; }
p { color: rgb(102,90,54); }
H1.HeaderClassName
{
color: #665A36;
}
.AnyTagClassName
{
color: #665A36;
}
</style>
background-color css
<style>
a { background-color: #665A36; }
a { background-color: rgb(102,90,54); }
div.DivClassName
{
background-color: #665A36;
}
.BgClassName
{
background-color: #665A36;
}
</style>
border-color css
<style>
span { border-color: #665A36; }
span { border-color: rgb(102,90,54); }
td.TdClassName
{
border-color: #665A36;
}
.TagClassName
{
border-color: #665A36;
}
</style>