Shades of Laurel #638269
Tints of Laurel #638269
RGB
CMYK
RGB Variations
Color information
#638269 (or 0x638269) is known color: Laurel. HEX triplet: 63, 82 and 69. RGB value is (99,130,105). Sum of RGB (Red+Green+Blue) = 99+130+105=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #638269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638269 is #9C7D96. Grayscale: #757575. Windows color (decimal): -10255767 or 6914659. OLE color: 6914659.
HSL color Cylindrical-coordinate representation of color #638269: hue angle of 131.61º 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 #638269 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 130 | 105 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.49 |
| HSL | 131.61º | 0.14% | 0.45% | - |
| HSV(B) | 131.61º | 0.24% | 0.51% | - |
| XYZ | 15.68 | 19.64 | 16.33 | - |
| YUV | 117.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 105 | 0.24 | 0 | 0.19 | 0.49 | 131.61 | 0.14 | 0.45 |
| Hex | 63 | 82 | 69 | 18 | 0 | 13 | 31 | 84 | E | 2D |
| Octal | 143 | 202 | 151 | 30 | 0 | 23 | 61 | 204 | 16 | 55 |
| Binary | 1100011 | 10000010 | 1101001 | 11000 | 0 | 10011 | 110001 | 10000100 | 1110 | 101101 |
Color Harmonies of #638269
Complementary color
Monochromatic Colors of #638269
Black with #638269
Text Example
Text Example
White with #638269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638269; }
p { color: rgb(99,130,105); }
H1.HeaderClassName
{
color: #638269;
}
.AnyTagClassName
{
color: #638269;
}
</style>
background-color css
<style>
a { background-color: #638269; }
a { background-color: rgb(99,130,105); }
div.DivClassName
{
background-color: #638269;
}
.BgClassName
{
background-color: #638269;
}
</style>
border-color css
<style>
span { border-color: #638269; }
span { border-color: rgb(99,130,105); }
td.TdClassName
{
border-color: #638269;
}
.TagClassName
{
border-color: #638269;
}
</style>