Shades of Laurel #65886B
Tints of Laurel #65886B
RGB
CMYK
RGB Variations
Color information
#65886B (or 0x65886B) is known color: Laurel. HEX triplet: 65, 88 and 6B. RGB value is (101,136,107). Sum of RGB (Red+Green+Blue) = 101+136+107=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #65886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65886B is #9A7794. Grayscale: #7A7A7A. Windows color (decimal): -10123157 or 7047269. OLE color: 7047269.
HSL color Cylindrical-coordinate representation of color #65886B: hue angle of 130.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65886B is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 107 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.47 |
| HSL | 130.29º | 0.15% | 0.46% | - |
| HSV(B) | 130.29º | 0.26% | 0.53% | - |
| XYZ | 16.82 | 21.44 | 17.16 | - |
| YUV | 122.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 107 | 0.26 | 0 | 0.21 | 0.47 | 130.29 | 0.15 | 0.46 |
| Hex | 65 | 88 | 6B | 1A | 0 | 15 | 2F | 82 | F | 2E |
| Octal | 145 | 210 | 153 | 32 | 0 | 25 | 57 | 202 | 17 | 56 |
| Binary | 1100101 | 10001000 | 1101011 | 11010 | 0 | 10101 | 101111 | 10000010 | 1111 | 101110 |
Color Harmonies of #65886B
Complementary color
Monochromatic Colors of #65886B
Black with #65886B
Text Example
Text Example
White with #65886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65886B; }
p { color: rgb(101,136,107); }
H1.HeaderClassName
{
color: #65886B;
}
.AnyTagClassName
{
color: #65886B;
}
</style>
background-color css
<style>
a { background-color: #65886B; }
a { background-color: rgb(101,136,107); }
div.DivClassName
{
background-color: #65886B;
}
.BgClassName
{
background-color: #65886B;
}
</style>
border-color css
<style>
span { border-color: #65886B; }
span { border-color: rgb(101,136,107); }
td.TdClassName
{
border-color: #65886B;
}
.TagClassName
{
border-color: #65886B;
}
</style>