Shades of Laurel #66836B
Tints of Laurel #66836B
RGB
CMYK
RGB Variations
Color information
#66836B (or 0x66836B) is known color: Laurel. HEX triplet: 66, 83 and 6B. RGB value is (102,131,107). Sum of RGB (Red+Green+Blue) = 102+131+107=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #66836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66836B is #997C94. Grayscale: #777777. Windows color (decimal): -10058901 or 7045990. OLE color: 7045990.
HSL color Cylindrical-coordinate representation of color #66836B: hue angle of 130.34º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66836B is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 107 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.49 |
| HSL | 130.34º | 0.12% | 0.46% | - |
| HSV(B) | 130.34º | 0.22% | 0.51% | - |
| XYZ | 16.25 | 20.12 | 16.94 | - |
| YUV | 119.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 107 | 0.22 | 0 | 0.18 | 0.49 | 130.34 | 0.12 | 0.46 |
| Hex | 66 | 83 | 6B | 16 | 0 | 12 | 31 | 82 | C | 2E |
| Octal | 146 | 203 | 153 | 26 | 0 | 22 | 61 | 202 | 14 | 56 |
| Binary | 1100110 | 10000011 | 1101011 | 10110 | 0 | 10010 | 110001 | 10000010 | 1100 | 101110 |
Color Harmonies of #66836B
Complementary color
Monochromatic Colors of #66836B
Black with #66836B
Text Example
Text Example
White with #66836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66836B; }
p { color: rgb(102,131,107); }
H1.HeaderClassName
{
color: #66836B;
}
.AnyTagClassName
{
color: #66836B;
}
</style>
background-color css
<style>
a { background-color: #66836B; }
a { background-color: rgb(102,131,107); }
div.DivClassName
{
background-color: #66836B;
}
.BgClassName
{
background-color: #66836B;
}
</style>
border-color css
<style>
span { border-color: #66836B; }
span { border-color: rgb(102,131,107); }
td.TdClassName
{
border-color: #66836B;
}
.TagClassName
{
border-color: #66836B;
}
</style>