Shades of Crocodile #6B644D
Tints of Crocodile #6B644D
RGB
CMYK
RGB Variations
Color information
#6B644D (or 0x6B644D) is known color: Crocodile. HEX triplet: 6B, 64 and 4D. RGB value is (107,100,77). Sum of RGB (Red+Green+Blue) = 107+100+77=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B644D is #949BB2. Grayscale: #636363. Windows color (decimal): -9739187 or 5071979. OLE color: 5071979.
HSL color Cylindrical-coordinate representation of color #6B644D: hue angle of 46º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B644D is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 100 | 77 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.58 |
| HSL | 46º | 0.16% | 0.36% | - |
| HSV(B) | 46º | 0.28% | 0.42% | - |
| XYZ | 11.96 | 12.78 | 8.86 | - |
| YUV | 99.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 77 | 0 | 0.07 | 0.28 | 0.58 | 46 | 0.16 | 0.36 |
| Hex | 6B | 64 | 4D | 0 | 7 | 1C | 3A | 2E | 10 | 24 |
| Octal | 153 | 144 | 115 | 0 | 7 | 34 | 72 | 56 | 20 | 44 |
| Binary | 1101011 | 1100100 | 1001101 | 0 | 111 | 11100 | 111010 | 101110 | 10000 | 100100 |
Color Harmonies of #6B644D
Complementary color
Monochromatic Colors of #6B644D
Black with #6B644D
Text Example
Text Example
White with #6B644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B644D; }
p { color: rgb(107,100,77); }
H1.HeaderClassName
{
color: #6B644D;
}
.AnyTagClassName
{
color: #6B644D;
}
</style>
background-color css
<style>
a { background-color: #6B644D; }
a { background-color: rgb(107,100,77); }
div.DivClassName
{
background-color: #6B644D;
}
.BgClassName
{
background-color: #6B644D;
}
</style>
border-color css
<style>
span { border-color: #6B644D; }
span { border-color: rgb(107,100,77); }
td.TdClassName
{
border-color: #6B644D;
}
.TagClassName
{
border-color: #6B644D;
}
</style>