Shades of Dorado #6F645C
Tints of Dorado #6F645C
RGB
CMYK
RGB Variations
Color information
#6F645C (or 0x6F645C) is known color: Dorado. HEX triplet: 6F, 64 and 5C. RGB value is (111,100,92). Sum of RGB (Red+Green+Blue) = 111+100+92=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F645C is #909BA3. Grayscale: #666666. Windows color (decimal): -9477028 or 6055023. OLE color: 6055023.
HSL color Cylindrical-coordinate representation of color #6F645C: hue angle of 25.26º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F645C is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 92 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.56 |
| HSL | 25.26º | 0.09% | 0.4% | - |
| HSV(B) | 25.26º | 0.17% | 0.44% | - |
| XYZ | 13.04 | 13.27 | 12 | - |
| YUV | 102.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 92 | 0 | 0.10 | 0.17 | 0.56 | 25.26 | 0.09 | 0.4 |
| Hex | 6F | 64 | 5C | 0 | A | 11 | 38 | 19 | 9 | 28 |
| Octal | 157 | 144 | 134 | 0 | 12 | 21 | 70 | 31 | 11 | 50 |
| Binary | 1101111 | 1100100 | 1011100 | 0 | 1010 | 10001 | 111000 | 11001 | 1001 | 101000 |
Color Harmonies of #6F645C
Complementary color
Monochromatic Colors of #6F645C
Black with #6F645C
Text Example
Text Example
White with #6F645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F645C; }
p { color: rgb(111,100,92); }
H1.HeaderClassName
{
color: #6F645C;
}
.AnyTagClassName
{
color: #6F645C;
}
</style>
background-color css
<style>
a { background-color: #6F645C; }
a { background-color: rgb(111,100,92); }
div.DivClassName
{
background-color: #6F645C;
}
.BgClassName
{
background-color: #6F645C;
}
</style>
border-color css
<style>
span { border-color: #6F645C; }
span { border-color: rgb(111,100,92); }
td.TdClassName
{
border-color: #6F645C;
}
.TagClassName
{
border-color: #6F645C;
}
</style>