Shades of Scarpa Flow #695D73
Tints of Scarpa Flow #695D73
RGB
CMYK
RGB Variations
Color information
#695D73 (or 0x695D73) is known color: Scarpa Flow. HEX triplet: 69, 5D and 73. RGB value is (105,93,115). Sum of RGB (Red+Green+Blue) = 105+93+115=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 115 - color contains mainly: blue. Hex color #695D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D73 is #96A28C. Grayscale: #636363. Windows color (decimal): -9872013 or 7560553. OLE color: 7560553.
HSL color Cylindrical-coordinate representation of color #695D73: hue angle of 272.73º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695D73 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 93 | 115 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.55 |
| HSL | 272.73º | 0.11% | 0.41% | - |
| HSV(B) | 272.73º | 0.19% | 0.45% | - |
| XYZ | 12.83 | 12.07 | 17.87 | - |
| YUV | 99.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 115 | 0.09 | 0.19 | 0 | 0.55 | 272.73 | 0.11 | 0.41 |
| Hex | 69 | 5D | 73 | 9 | 13 | 0 | 37 | 111 | B | 29 |
| Octal | 151 | 135 | 163 | 11 | 23 | 0 | 67 | 421 | 13 | 51 |
| Binary | 1101001 | 1011101 | 1110011 | 1001 | 10011 | 0 | 110111 | 100010001 | 1011 | 101001 |
Color Harmonies of #695D73
Complementary color
Monochromatic Colors of #695D73
Black with #695D73
Text Example
Text Example
White with #695D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D73; }
p { color: rgb(105,93,115); }
H1.HeaderClassName
{
color: #695D73;
}
.AnyTagClassName
{
color: #695D73;
}
</style>
background-color css
<style>
a { background-color: #695D73; }
a { background-color: rgb(105,93,115); }
div.DivClassName
{
background-color: #695D73;
}
.BgClassName
{
background-color: #695D73;
}
</style>
border-color css
<style>
span { border-color: #695D73; }
span { border-color: rgb(105,93,115); }
td.TdClassName
{
border-color: #695D73;
}
.TagClassName
{
border-color: #695D73;
}
</style>