Shades of Dorado #695F5C
Tints of Dorado #695F5C
RGB
CMYK
RGB Variations
Color information
#695F5C (or 0x695F5C) is known color: Dorado. HEX triplet: 69, 5F and 5C. RGB value is (105,95,92). Sum of RGB (Red+Green+Blue) = 105+95+92=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 105 - color contains mainly: red. Hex color #695F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F5C is #96A0A3. Grayscale: #616161. Windows color (decimal): -9871524 or 6053737. OLE color: 6053737.
HSL color Cylindrical-coordinate representation of color #695F5C: hue angle of 13.85º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #695F5C is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 95 | 92 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.59 |
| HSL | 13.85º | 0.07% | 0.39% | - |
| HSV(B) | 13.85º | 0.12% | 0.41% | - |
| XYZ | 11.85 | 11.96 | 11.81 | - |
| YUV | 97.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 92 | 0 | 0.10 | 0.12 | 0.59 | 13.85 | 0.07 | 0.39 |
| Hex | 69 | 5F | 5C | 0 | A | C | 3B | E | 7 | 27 |
| Octal | 151 | 137 | 134 | 0 | 12 | 14 | 73 | 16 | 7 | 47 |
| Binary | 1101001 | 1011111 | 1011100 | 0 | 1010 | 1100 | 111011 | 1110 | 111 | 100111 |
Color Harmonies of #695F5C
Complementary color
Monochromatic Colors of #695F5C
Black with #695F5C
Text Example
Text Example
White with #695F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F5C; }
p { color: rgb(105,95,92); }
H1.HeaderClassName
{
color: #695F5C;
}
.AnyTagClassName
{
color: #695F5C;
}
</style>
background-color css
<style>
a { background-color: #695F5C; }
a { background-color: rgb(105,95,92); }
div.DivClassName
{
background-color: #695F5C;
}
.BgClassName
{
background-color: #695F5C;
}
</style>
border-color css
<style>
span { border-color: #695F5C; }
span { border-color: rgb(105,95,92); }
td.TdClassName
{
border-color: #695F5C;
}
.TagClassName
{
border-color: #695F5C;
}
</style>