Shades of West Coast #665A32
Tints of West Coast #665A32
RGB
CMYK
RGB Variations
Color information
#665A32 (or 0x665A32) is known color: West Coast. HEX triplet: 66, 5A and 32. RGB value is (102,90,50). Sum of RGB (Red+Green+Blue) = 102+90+50=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #665A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A32 is #99A5CD. Grayscale: #595959. Windows color (decimal): -10069454 or 3299942. OLE color: 3299942.
HSL color Cylindrical-coordinate representation of color #665A32: hue angle of 46.15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665A32 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 50 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.6 |
| HSL | 46.15º | 0.34% | 0.3% | - |
| HSV(B) | 46.15º | 0.51% | 0.4% | - |
| XYZ | 9.71 | 10.37 | 4.51 | - |
| YUV | 89.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 50 | 0 | 0.12 | 0.51 | 0.6 | 46.15 | 0.34 | 0.3 |
| Hex | 66 | 5A | 32 | 0 | C | 33 | 3C | 2E | 22 | 1E |
| Octal | 146 | 132 | 62 | 0 | 14 | 63 | 74 | 56 | 42 | 36 |
| Binary | 1100110 | 1011010 | 110010 | 0 | 1100 | 110011 | 111100 | 101110 | 100010 | 11110 |
Color Harmonies of #665A32
Complementary color
Monochromatic Colors of #665A32
Black with #665A32
Text Example
Text Example
White with #665A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A32; }
p { color: rgb(102,90,50); }
H1.HeaderClassName
{
color: #665A32;
}
.AnyTagClassName
{
color: #665A32;
}
</style>
background-color css
<style>
a { background-color: #665A32; }
a { background-color: rgb(102,90,50); }
div.DivClassName
{
background-color: #665A32;
}
.BgClassName
{
background-color: #665A32;
}
</style>
border-color css
<style>
span { border-color: #665A32; }
span { border-color: rgb(102,90,50); }
td.TdClassName
{
border-color: #665A32;
}
.TagClassName
{
border-color: #665A32;
}
</style>