Shades of Crocodile #6D674D
Tints of Crocodile #6D674D
RGB
CMYK
RGB Variations
Color information
#6D674D (or 0x6D674D) is known color: Crocodile. HEX triplet: 6D, 67 and 4D. RGB value is (109,103,77). Sum of RGB (Red+Green+Blue) = 109+103+77=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D674D is #9298B2. Grayscale: #656565. Windows color (decimal): -9607347 or 5072749. OLE color: 5072749.
HSL color Cylindrical-coordinate representation of color #6D674D: hue angle of 48.75º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D674D is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 77 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.57 |
| HSL | 48.75º | 0.17% | 0.36% | - |
| HSV(B) | 48.75º | 0.29% | 0.43% | - |
| XYZ | 12.5 | 13.49 | 8.97 | - |
| YUV | 101.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 77 | 0 | 0.06 | 0.29 | 0.57 | 48.75 | 0.17 | 0.36 |
| Hex | 6D | 67 | 4D | 0 | 6 | 1D | 39 | 31 | 11 | 24 |
| Octal | 155 | 147 | 115 | 0 | 6 | 35 | 71 | 61 | 21 | 44 |
| Binary | 1101101 | 1100111 | 1001101 | 0 | 110 | 11101 | 111001 | 110001 | 10001 | 100100 |
Color Harmonies of #6D674D
Complementary color
Monochromatic Colors of #6D674D
Black with #6D674D
Text Example
Text Example
White with #6D674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D674D; }
p { color: rgb(109,103,77); }
H1.HeaderClassName
{
color: #6D674D;
}
.AnyTagClassName
{
color: #6D674D;
}
</style>
background-color css
<style>
a { background-color: #6D674D; }
a { background-color: rgb(109,103,77); }
div.DivClassName
{
background-color: #6D674D;
}
.BgClassName
{
background-color: #6D674D;
}
</style>
border-color css
<style>
span { border-color: #6D674D; }
span { border-color: rgb(109,103,77); }
td.TdClassName
{
border-color: #6D674D;
}
.TagClassName
{
border-color: #6D674D;
}
</style>