Shades of Laurel #638368
Tints of Laurel #638368
RGB
CMYK
RGB Variations
Color information
#638368 (or 0x638368) is known color: Laurel. HEX triplet: 63, 83 and 68. RGB value is (99,131,104). Sum of RGB (Red+Green+Blue) = 99+131+104=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 131 - color contains mainly: green. Hex color #638368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638368 is #9C7C97. Grayscale: #767676. Windows color (decimal): -10255512 or 6849379. OLE color: 6849379.
HSL color Cylindrical-coordinate representation of color #638368: hue angle of 129.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #638368 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 131 | 104 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.49 |
| HSL | 129.38º | 0.14% | 0.45% | - |
| HSV(B) | 129.38º | 0.24% | 0.51% | - |
| XYZ | 15.76 | 19.88 | 16.1 | - |
| YUV | 118.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 131 | 104 | 0.24 | 0 | 0.21 | 0.49 | 129.38 | 0.14 | 0.45 |
| Hex | 63 | 83 | 68 | 18 | 0 | 15 | 31 | 81 | E | 2D |
| Octal | 143 | 203 | 150 | 30 | 0 | 25 | 61 | 201 | 16 | 55 |
| Binary | 1100011 | 10000011 | 1101000 | 11000 | 0 | 10101 | 110001 | 10000001 | 1110 | 101101 |
Color Harmonies of #638368
Complementary color
Monochromatic Colors of #638368
Black with #638368
Text Example
Text Example
White with #638368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638368; }
p { color: rgb(99,131,104); }
H1.HeaderClassName
{
color: #638368;
}
.AnyTagClassName
{
color: #638368;
}
</style>
background-color css
<style>
a { background-color: #638368; }
a { background-color: rgb(99,131,104); }
div.DivClassName
{
background-color: #638368;
}
.BgClassName
{
background-color: #638368;
}
</style>
border-color css
<style>
span { border-color: #638368; }
span { border-color: rgb(99,131,104); }
td.TdClassName
{
border-color: #638368;
}
.TagClassName
{
border-color: #638368;
}
</style>