Shades of West Coast #665A38
Tints of West Coast #665A38
RGB
CMYK
RGB Variations
Color information
#665A38 (or 0x665A38) is known color: West Coast. HEX triplet: 66, 5A and 38. RGB value is (102,90,56). Sum of RGB (Red+Green+Blue) = 102+90+56=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #665A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A38 is #99A5C7. Grayscale: #595959. Windows color (decimal): -10069448 or 3693158. OLE color: 3693158.
HSL color Cylindrical-coordinate representation of color #665A38: hue angle of 44.35º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #665A38 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 56 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.6 |
| HSL | 44.35º | 0.29% | 0.31% | - |
| HSV(B) | 44.35º | 0.45% | 0.4% | - |
| XYZ | 9.85 | 10.42 | 5.23 | - |
| YUV | 89.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 56 | 0 | 0.12 | 0.45 | 0.6 | 44.35 | 0.29 | 0.31 |
| Hex | 66 | 5A | 38 | 0 | C | 2D | 3C | 2C | 1D | 1F |
| Octal | 146 | 132 | 70 | 0 | 14 | 55 | 74 | 54 | 35 | 37 |
| Binary | 1100110 | 1011010 | 111000 | 0 | 1100 | 101101 | 111100 | 101100 | 11101 | 11111 |
Color Harmonies of #665A38
Complementary color
Monochromatic Colors of #665A38
Black with #665A38
Text Example
Text Example
White with #665A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A38; }
p { color: rgb(102,90,56); }
H1.HeaderClassName
{
color: #665A38;
}
.AnyTagClassName
{
color: #665A38;
}
</style>
background-color css
<style>
a { background-color: #665A38; }
a { background-color: rgb(102,90,56); }
div.DivClassName
{
background-color: #665A38;
}
.BgClassName
{
background-color: #665A38;
}
</style>
border-color css
<style>
span { border-color: #665A38; }
span { border-color: rgb(102,90,56); }
td.TdClassName
{
border-color: #665A38;
}
.TagClassName
{
border-color: #665A38;
}
</style>