Shades of Crocodile #6D654B
Tints of Crocodile #6D654B
RGB
CMYK
RGB Variations
Color information
#6D654B (or 0x6D654B) is known color: Crocodile. HEX triplet: 6D, 65 and 4B. RGB value is (109,101,75). Sum of RGB (Red+Green+Blue) = 109+101+75=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D654B is #929AB4. Grayscale: #646464. Windows color (decimal): -9607861 or 4941165. OLE color: 4941165.
HSL color Cylindrical-coordinate representation of color #6D654B: hue angle of 45.88º 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 #6D654B is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 75 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.57 |
| HSL | 45.88º | 0.18% | 0.36% | - |
| HSV(B) | 45.88º | 0.31% | 0.43% | - |
| XYZ | 12.23 | 13.07 | 8.53 | - |
| YUV | 100.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 75 | 0 | 0.07 | 0.31 | 0.57 | 45.88 | 0.18 | 0.36 |
| Hex | 6D | 65 | 4B | 0 | 7 | 1F | 39 | 2E | 12 | 24 |
| Octal | 155 | 145 | 113 | 0 | 7 | 37 | 71 | 56 | 22 | 44 |
| Binary | 1101101 | 1100101 | 1001011 | 0 | 111 | 11111 | 111001 | 101110 | 10010 | 100100 |
Color Harmonies of #6D654B
Complementary color
Monochromatic Colors of #6D654B
Black with #6D654B
Text Example
Text Example
White with #6D654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D654B; }
p { color: rgb(109,101,75); }
H1.HeaderClassName
{
color: #6D654B;
}
.AnyTagClassName
{
color: #6D654B;
}
</style>
background-color css
<style>
a { background-color: #6D654B; }
a { background-color: rgb(109,101,75); }
div.DivClassName
{
background-color: #6D654B;
}
.BgClassName
{
background-color: #6D654B;
}
</style>
border-color css
<style>
span { border-color: #6D654B; }
span { border-color: rgb(109,101,75); }
td.TdClassName
{
border-color: #6D654B;
}
.TagClassName
{
border-color: #6D654B;
}
</style>