Shades of Crocodile #6D6548
Tints of Crocodile #6D6548
RGB
CMYK
RGB Variations
Color information
#6D6548 (or 0x6D6548) is known color: Crocodile. HEX triplet: 6D, 65 and 48. RGB value is (109,101,72). Sum of RGB (Red+Green+Blue) = 109+101+72=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6548 is #929AB7. Grayscale: #646464. Windows color (decimal): -9607864 or 4744557. OLE color: 4744557.
HSL color Cylindrical-coordinate representation of color #6D6548: hue angle of 47.03º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D6548 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 72 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.57 |
| HSL | 47.03º | 0.2% | 0.35% | - |
| HSV(B) | 47.03º | 0.34% | 0.43% | - |
| XYZ | 12.13 | 13.03 | 8.01 | - |
| YUV | 100.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 72 | 0 | 0.07 | 0.34 | 0.57 | 47.03 | 0.2 | 0.35 |
| Hex | 6D | 65 | 48 | 0 | 7 | 22 | 39 | 2F | 14 | 23 |
| Octal | 155 | 145 | 110 | 0 | 7 | 42 | 71 | 57 | 24 | 43 |
| Binary | 1101101 | 1100101 | 1001000 | 0 | 111 | 100010 | 111001 | 101111 | 10100 | 100011 |
Color Harmonies of #6D6548
Complementary color
Monochromatic Colors of #6D6548
Black with #6D6548
Text Example
Text Example
White with #6D6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6548; }
p { color: rgb(109,101,72); }
H1.HeaderClassName
{
color: #6D6548;
}
.AnyTagClassName
{
color: #6D6548;
}
</style>
background-color css
<style>
a { background-color: #6D6548; }
a { background-color: rgb(109,101,72); }
div.DivClassName
{
background-color: #6D6548;
}
.BgClassName
{
background-color: #6D6548;
}
</style>
border-color css
<style>
span { border-color: #6D6548; }
span { border-color: rgb(109,101,72); }
td.TdClassName
{
border-color: #6D6548;
}
.TagClassName
{
border-color: #6D6548;
}
</style>