Shades of Crocodile #6F6B4D
Tints of Crocodile #6F6B4D
RGB
CMYK
RGB Variations
Color information
#6F6B4D (or 0x6F6B4D) is known color: Crocodile. HEX triplet: 6F, 6B and 4D. RGB value is (111,107,77). Sum of RGB (Red+Green+Blue) = 111+107+77=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B4D is #9094B2. Grayscale: #686868. Windows color (decimal): -9475251 or 5073775. OLE color: 5073775.
HSL color Cylindrical-coordinate representation of color #6F6B4D: hue angle of 52.94º 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 #6F6B4D is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 107 | 77 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.56 |
| HSL | 52.94º | 0.18% | 0.37% | - |
| HSV(B) | 52.94º | 0.31% | 0.44% | - |
| XYZ | 13.15 | 14.43 | 9.11 | - |
| YUV | 104.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 107 | 77 | 0 | 0.04 | 0.31 | 0.56 | 52.94 | 0.18 | 0.37 |
| Hex | 6F | 6B | 4D | 0 | 4 | 1F | 38 | 35 | 12 | 25 |
| Octal | 157 | 153 | 115 | 0 | 4 | 37 | 70 | 65 | 22 | 45 |
| Binary | 1101111 | 1101011 | 1001101 | 0 | 100 | 11111 | 111000 | 110101 | 10010 | 100101 |
Color Harmonies of #6F6B4D
Complementary color
Monochromatic Colors of #6F6B4D
Black with #6F6B4D
Text Example
Text Example
White with #6F6B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6B4D; }
p { color: rgb(111,107,77); }
H1.HeaderClassName
{
color: #6F6B4D;
}
.AnyTagClassName
{
color: #6F6B4D;
}
</style>
background-color css
<style>
a { background-color: #6F6B4D; }
a { background-color: rgb(111,107,77); }
div.DivClassName
{
background-color: #6F6B4D;
}
.BgClassName
{
background-color: #6F6B4D;
}
</style>
border-color css
<style>
span { border-color: #6F6B4D; }
span { border-color: rgb(111,107,77); }
td.TdClassName
{
border-color: #6F6B4D;
}
.TagClassName
{
border-color: #6F6B4D;
}
</style>