Shades of Crocodile #6D674B
Tints of Crocodile #6D674B
RGB
CMYK
RGB Variations
Color information
#6D674B (or 0x6D674B) is known color: Crocodile. HEX triplet: 6D, 67 and 4B. RGB value is (109,103,75). Sum of RGB (Red+Green+Blue) = 109+103+75=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D674B is #9298B4. Grayscale: #656565. Windows color (decimal): -9607349 or 4941677. OLE color: 4941677.
HSL color Cylindrical-coordinate representation of color #6D674B: hue angle of 49.41º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D674B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 75 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.57 |
| HSL | 49.41º | 0.18% | 0.36% | - |
| HSV(B) | 49.41º | 0.31% | 0.43% | - |
| XYZ | 12.43 | 13.46 | 8.6 | - |
| YUV | 101.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 75 | 0 | 0.06 | 0.31 | 0.57 | 49.41 | 0.18 | 0.36 |
| Hex | 6D | 67 | 4B | 0 | 6 | 1F | 39 | 31 | 12 | 24 |
| Octal | 155 | 147 | 113 | 0 | 6 | 37 | 71 | 61 | 22 | 44 |
| Binary | 1101101 | 1100111 | 1001011 | 0 | 110 | 11111 | 111001 | 110001 | 10010 | 100100 |
Color Harmonies of #6D674B
Complementary color
Monochromatic Colors of #6D674B
Black with #6D674B
Text Example
Text Example
White with #6D674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D674B; }
p { color: rgb(109,103,75); }
H1.HeaderClassName
{
color: #6D674B;
}
.AnyTagClassName
{
color: #6D674B;
}
</style>
background-color css
<style>
a { background-color: #6D674B; }
a { background-color: rgb(109,103,75); }
div.DivClassName
{
background-color: #6D674B;
}
.BgClassName
{
background-color: #6D674B;
}
</style>
border-color css
<style>
span { border-color: #6D674B; }
span { border-color: rgb(109,103,75); }
td.TdClassName
{
border-color: #6D674B;
}
.TagClassName
{
border-color: #6D674B;
}
</style>