Shades of Crocodile #6F694D
Tints of Crocodile #6F694D
RGB
CMYK
RGB Variations
Color information
#6F694D (or 0x6F694D) is known color: Crocodile. HEX triplet: 6F, 69 and 4D. RGB value is (111,105,77). Sum of RGB (Red+Green+Blue) = 111+105+77=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F694D is #9096B2. Grayscale: #676767. Windows color (decimal): -9475763 or 5073263. OLE color: 5073263.
HSL color Cylindrical-coordinate representation of color #6F694D: hue angle of 49.41º 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 #6F694D is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 77 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.56 |
| HSL | 49.41º | 0.18% | 0.37% | - |
| HSV(B) | 49.41º | 0.31% | 0.44% | - |
| XYZ | 12.95 | 14.02 | 9.04 | - |
| YUV | 103.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 77 | 0 | 0.05 | 0.31 | 0.56 | 49.41 | 0.18 | 0.37 |
| Hex | 6F | 69 | 4D | 0 | 5 | 1F | 38 | 31 | 12 | 25 |
| Octal | 157 | 151 | 115 | 0 | 5 | 37 | 70 | 61 | 22 | 45 |
| Binary | 1101111 | 1101001 | 1001101 | 0 | 101 | 11111 | 111000 | 110001 | 10010 | 100101 |
Color Harmonies of #6F694D
Complementary color
Monochromatic Colors of #6F694D
Black with #6F694D
Text Example
Text Example
White with #6F694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F694D; }
p { color: rgb(111,105,77); }
H1.HeaderClassName
{
color: #6F694D;
}
.AnyTagClassName
{
color: #6F694D;
}
</style>
background-color css
<style>
a { background-color: #6F694D; }
a { background-color: rgb(111,105,77); }
div.DivClassName
{
background-color: #6F694D;
}
.BgClassName
{
background-color: #6F694D;
}
</style>
border-color css
<style>
span { border-color: #6F694D; }
span { border-color: rgb(111,105,77); }
td.TdClassName
{
border-color: #6F694D;
}
.TagClassName
{
border-color: #6F694D;
}
</style>