Shades of Crocodile #6D674C
Tints of Crocodile #6D674C
RGB
CMYK
RGB Variations
Color information
#6D674C (or 0x6D674C) is known color: Crocodile. HEX triplet: 6D, 67 and 4C. RGB value is (109,103,76). Sum of RGB (Red+Green+Blue) = 109+103+76=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D674C is #9298B3. Grayscale: #656565. Windows color (decimal): -9607348 or 5007213. OLE color: 5007213.
HSL color Cylindrical-coordinate representation of color #6D674C: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D674C is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 76 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.57 |
| HSL | 49.09º | 0.18% | 0.36% | - |
| HSV(B) | 49.09º | 0.3% | 0.43% | - |
| XYZ | 12.46 | 13.47 | 8.78 | - |
| YUV | 101.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 76 | 0 | 0.06 | 0.30 | 0.57 | 49.09 | 0.18 | 0.36 |
| Hex | 6D | 67 | 4C | 0 | 6 | 1E | 39 | 31 | 12 | 24 |
| Octal | 155 | 147 | 114 | 0 | 6 | 36 | 71 | 61 | 22 | 44 |
| Binary | 1101101 | 1100111 | 1001100 | 0 | 110 | 11110 | 111001 | 110001 | 10010 | 100100 |
Color Harmonies of #6D674C
Complementary color
Monochromatic Colors of #6D674C
Black with #6D674C
Text Example
Text Example
White with #6D674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D674C; }
p { color: rgb(109,103,76); }
H1.HeaderClassName
{
color: #6D674C;
}
.AnyTagClassName
{
color: #6D674C;
}
</style>
background-color css
<style>
a { background-color: #6D674C; }
a { background-color: rgb(109,103,76); }
div.DivClassName
{
background-color: #6D674C;
}
.BgClassName
{
background-color: #6D674C;
}
</style>
border-color css
<style>
span { border-color: #6D674C; }
span { border-color: rgb(109,103,76); }
td.TdClassName
{
border-color: #6D674C;
}
.TagClassName
{
border-color: #6D674C;
}
</style>