Shades of Cutty Sark #638379
Tints of Cutty Sark #638379
RGB
CMYK
RGB Variations
Color information
#638379 (or 0x638379) is known color: Cutty Sark. HEX triplet: 63, 83 and 79. RGB value is (99,131,121). Sum of RGB (Red+Green+Blue) = 99+131+121=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #638379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638379 is #9C7C86. Grayscale: #787878. Windows color (decimal): -10255495 or 7963491. OLE color: 7963491.
HSL color Cylindrical-coordinate representation of color #638379: hue angle of 161.25º 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 #638379 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 131 | 121 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.49 |
| HSL | 161.25º | 0.14% | 0.45% | - |
| HSV(B) | 161.25º | 0.24% | 0.51% | - |
| XYZ | 16.71 | 20.27 | 21.12 | - |
| YUV | 120.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 131 | 121 | 0.24 | 0 | 0.08 | 0.49 | 161.25 | 0.14 | 0.45 |
| Hex | 63 | 83 | 79 | 18 | 0 | 8 | 31 | A1 | E | 2D |
| Octal | 143 | 203 | 171 | 30 | 0 | 10 | 61 | 241 | 16 | 55 |
| Binary | 1100011 | 10000011 | 1111001 | 11000 | 0 | 1000 | 110001 | 10100001 | 1110 | 101101 |
Color Harmonies of #638379
Complementary color
Monochromatic Colors of #638379
Black with #638379
Text Example
Text Example
White with #638379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638379; }
p { color: rgb(99,131,121); }
H1.HeaderClassName
{
color: #638379;
}
.AnyTagClassName
{
color: #638379;
}
</style>
background-color css
<style>
a { background-color: #638379; }
a { background-color: rgb(99,131,121); }
div.DivClassName
{
background-color: #638379;
}
.BgClassName
{
background-color: #638379;
}
</style>
border-color css
<style>
span { border-color: #638379; }
span { border-color: rgb(99,131,121); }
td.TdClassName
{
border-color: #638379;
}
.TagClassName
{
border-color: #638379;
}
</style>