Shades of Laurel #66886B
Tints of Laurel #66886B
RGB
CMYK
RGB Variations
Color information
#66886B (or 0x66886B) is known color: Laurel. HEX triplet: 66, 88 and 6B. RGB value is (102,136,107). Sum of RGB (Red+Green+Blue) = 102+136+107=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #66886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66886B is #997794. Grayscale: #7A7A7A. Windows color (decimal): -10057621 or 7047270. OLE color: 7047270.
HSL color Cylindrical-coordinate representation of color #66886B: hue angle of 128.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66886B is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 107 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.47 |
| HSL | 128.82º | 0.14% | 0.47% | - |
| HSV(B) | 128.82º | 0.25% | 0.53% | - |
| XYZ | 16.94 | 21.49 | 17.17 | - |
| YUV | 122.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 107 | 0.25 | 0 | 0.21 | 0.47 | 128.82 | 0.14 | 0.47 |
| Hex | 66 | 88 | 6B | 19 | 0 | 15 | 2F | 81 | E | 2F |
| Octal | 146 | 210 | 153 | 31 | 0 | 25 | 57 | 201 | 16 | 57 |
| Binary | 1100110 | 10001000 | 1101011 | 11001 | 0 | 10101 | 101111 | 10000001 | 1110 | 101111 |
Color Harmonies of #66886B
Complementary color
Monochromatic Colors of #66886B
Black with #66886B
Text Example
Text Example
White with #66886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66886B; }
p { color: rgb(102,136,107); }
H1.HeaderClassName
{
color: #66886B;
}
.AnyTagClassName
{
color: #66886B;
}
</style>
background-color css
<style>
a { background-color: #66886B; }
a { background-color: rgb(102,136,107); }
div.DivClassName
{
background-color: #66886B;
}
.BgClassName
{
background-color: #66886B;
}
</style>
border-color css
<style>
span { border-color: #66886B; }
span { border-color: rgb(102,136,107); }
td.TdClassName
{
border-color: #66886B;
}
.TagClassName
{
border-color: #66886B;
}
</style>