Shades of Crocodile #6F684D
Tints of Crocodile #6F684D
RGB
CMYK
RGB Variations
Color information
#6F684D (or 0x6F684D) is known color: Crocodile. HEX triplet: 6F, 68 and 4D. RGB value is (111,104,77). Sum of RGB (Red+Green+Blue) = 111+104+77=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F684D is #9097B2. Grayscale: #676767. Windows color (decimal): -9476019 or 5073007. OLE color: 5073007.
HSL color Cylindrical-coordinate representation of color #6F684D: hue angle of 47.65º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F684D is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 77 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.56 |
| HSL | 47.65º | 0.18% | 0.37% | - |
| HSV(B) | 47.65º | 0.31% | 0.44% | - |
| XYZ | 12.85 | 13.82 | 9.01 | - |
| YUV | 103.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 77 | 0 | 0.06 | 0.31 | 0.56 | 47.65 | 0.18 | 0.37 |
| Hex | 6F | 68 | 4D | 0 | 6 | 1F | 38 | 30 | 12 | 25 |
| Octal | 157 | 150 | 115 | 0 | 6 | 37 | 70 | 60 | 22 | 45 |
| Binary | 1101111 | 1101000 | 1001101 | 0 | 110 | 11111 | 111000 | 110000 | 10010 | 100101 |
Color Harmonies of #6F684D
Complementary color
Monochromatic Colors of #6F684D
Black with #6F684D
Text Example
Text Example
White with #6F684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F684D; }
p { color: rgb(111,104,77); }
H1.HeaderClassName
{
color: #6F684D;
}
.AnyTagClassName
{
color: #6F684D;
}
</style>
background-color css
<style>
a { background-color: #6F684D; }
a { background-color: rgb(111,104,77); }
div.DivClassName
{
background-color: #6F684D;
}
.BgClassName
{
background-color: #6F684D;
}
</style>
border-color css
<style>
span { border-color: #6F684D; }
span { border-color: rgb(111,104,77); }
td.TdClassName
{
border-color: #6F684D;
}
.TagClassName
{
border-color: #6F684D;
}
</style>