Shades of West Coast #665A30
Tints of West Coast #665A30
RGB
CMYK
RGB Variations
Color information
#665A30 (or 0x665A30) is known color: West Coast. HEX triplet: 66, 5A and 30. RGB value is (102,90,48). Sum of RGB (Red+Green+Blue) = 102+90+48=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #665A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A30 is #99A5CF. Grayscale: #585858. Windows color (decimal): -10069456 or 3168870. OLE color: 3168870.
HSL color Cylindrical-coordinate representation of color #665A30: hue angle of 46.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665A30 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 48 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.6 |
| HSL | 46.67º | 0.36% | 0.29% | - |
| HSV(B) | 46.67º | 0.53% | 0.4% | - |
| XYZ | 9.67 | 10.35 | 4.28 | - |
| YUV | 88.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 48 | 0 | 0.12 | 0.53 | 0.6 | 46.67 | 0.36 | 0.29 |
| Hex | 66 | 5A | 30 | 0 | C | 35 | 3C | 2F | 24 | 1D |
| Octal | 146 | 132 | 60 | 0 | 14 | 65 | 74 | 57 | 44 | 35 |
| Binary | 1100110 | 1011010 | 110000 | 0 | 1100 | 110101 | 111100 | 101111 | 100100 | 11101 |
Color Harmonies of #665A30
Complementary color
Monochromatic Colors of #665A30
Black with #665A30
Text Example
Text Example
White with #665A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A30; }
p { color: rgb(102,90,48); }
H1.HeaderClassName
{
color: #665A30;
}
.AnyTagClassName
{
color: #665A30;
}
</style>
background-color css
<style>
a { background-color: #665A30; }
a { background-color: rgb(102,90,48); }
div.DivClassName
{
background-color: #665A30;
}
.BgClassName
{
background-color: #665A30;
}
</style>
border-color css
<style>
span { border-color: #665A30; }
span { border-color: rgb(102,90,48); }
td.TdClassName
{
border-color: #665A30;
}
.TagClassName
{
border-color: #665A30;
}
</style>