Shades of Laurel #65816B
Tints of Laurel #65816B
RGB
CMYK
RGB Variations
Color information
#65816B (or 0x65816B) is known color: Laurel. HEX triplet: 65, 81 and 6B. RGB value is (101,129,107). Sum of RGB (Red+Green+Blue) = 101+129+107=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #65816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65816B is #9A7E94. Grayscale: #767676. Windows color (decimal): -10124949 or 7045477. OLE color: 7045477.
HSL color Cylindrical-coordinate representation of color #65816B: hue angle of 132.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65816B is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 107 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.49 |
| HSL | 132.86º | 0.12% | 0.45% | - |
| HSV(B) | 132.86º | 0.22% | 0.51% | - |
| XYZ | 15.87 | 19.53 | 16.84 | - |
| YUV | 118.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 107 | 0.22 | 0 | 0.17 | 0.49 | 132.86 | 0.12 | 0.45 |
| Hex | 65 | 81 | 6B | 16 | 0 | 11 | 31 | 85 | C | 2D |
| Octal | 145 | 201 | 153 | 26 | 0 | 21 | 61 | 205 | 14 | 55 |
| Binary | 1100101 | 10000001 | 1101011 | 10110 | 0 | 10001 | 110001 | 10000101 | 1100 | 101101 |
Color Harmonies of #65816B
Complementary color
Monochromatic Colors of #65816B
Black with #65816B
Text Example
Text Example
White with #65816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65816B; }
p { color: rgb(101,129,107); }
H1.HeaderClassName
{
color: #65816B;
}
.AnyTagClassName
{
color: #65816B;
}
</style>
background-color css
<style>
a { background-color: #65816B; }
a { background-color: rgb(101,129,107); }
div.DivClassName
{
background-color: #65816B;
}
.BgClassName
{
background-color: #65816B;
}
</style>
border-color css
<style>
span { border-color: #65816B; }
span { border-color: rgb(101,129,107); }
td.TdClassName
{
border-color: #65816B;
}
.TagClassName
{
border-color: #65816B;
}
</style>