Shades of Dorado #6F635F
Tints of Dorado #6F635F
RGB
CMYK
RGB Variations
Color information
#6F635F (or 0x6F635F) is known color: Dorado. HEX triplet: 6F, 63 and 5F. RGB value is (111,99,95). Sum of RGB (Red+Green+Blue) = 111+99+95=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F635F is #909CA0. Grayscale: #666666. Windows color (decimal): -9477281 or 6251375. OLE color: 6251375.
HSL color Cylindrical-coordinate representation of color #6F635F: hue angle of 15º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F635F is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 95 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.56 |
| HSL | 15º | 0.08% | 0.4% | - |
| HSV(B) | 15º | 0.14% | 0.44% | - |
| XYZ | 13.08 | 13.13 | 12.67 | - |
| YUV | 102.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 95 | 0 | 0.11 | 0.14 | 0.56 | 15 | 0.08 | 0.4 |
| Hex | 6F | 63 | 5F | 0 | B | E | 38 | F | 8 | 28 |
| Octal | 157 | 143 | 137 | 0 | 13 | 16 | 70 | 17 | 10 | 50 |
| Binary | 1101111 | 1100011 | 1011111 | 0 | 1011 | 1110 | 111000 | 1111 | 1000 | 101000 |
Color Harmonies of #6F635F
Complementary color
Monochromatic Colors of #6F635F
Black with #6F635F
Text Example
Text Example
White with #6F635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F635F; }
p { color: rgb(111,99,95); }
H1.HeaderClassName
{
color: #6F635F;
}
.AnyTagClassName
{
color: #6F635F;
}
</style>
background-color css
<style>
a { background-color: #6F635F; }
a { background-color: rgb(111,99,95); }
div.DivClassName
{
background-color: #6F635F;
}
.BgClassName
{
background-color: #6F635F;
}
</style>
border-color css
<style>
span { border-color: #6F635F; }
span { border-color: rgb(111,99,95); }
td.TdClassName
{
border-color: #6F635F;
}
.TagClassName
{
border-color: #6F635F;
}
</style>