Shades of Crocodile #6B6755
Tints of Crocodile #6B6755
RGB
CMYK
RGB Variations
Color information
#6B6755 (or 0x6B6755) is known color: Crocodile. HEX triplet: 6B, 67 and 55. RGB value is (107,103,85). Sum of RGB (Red+Green+Blue) = 107+103+85=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6755 is #9498AA. Grayscale: #666666. Windows color (decimal): -9738411 or 5597035. OLE color: 5597035.
HSL color Cylindrical-coordinate representation of color #6B6755: hue angle of 49.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B6755 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 103 | 85 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.58 |
| HSL | 49.09º | 0.11% | 0.38% | - |
| HSV(B) | 49.09º | 0.21% | 0.42% | - |
| XYZ | 12.55 | 13.48 | 10.54 | - |
| YUV | 102.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 85 | 0 | 0.04 | 0.21 | 0.58 | 49.09 | 0.11 | 0.38 |
| Hex | 6B | 67 | 55 | 0 | 4 | 15 | 3A | 31 | B | 26 |
| Octal | 153 | 147 | 125 | 0 | 4 | 25 | 72 | 61 | 13 | 46 |
| Binary | 1101011 | 1100111 | 1010101 | 0 | 100 | 10101 | 111010 | 110001 | 1011 | 100110 |
Color Harmonies of #6B6755
Complementary color
Monochromatic Colors of #6B6755
Black with #6B6755
Text Example
Text Example
White with #6B6755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6755; }
p { color: rgb(107,103,85); }
H1.HeaderClassName
{
color: #6B6755;
}
.AnyTagClassName
{
color: #6B6755;
}
</style>
background-color css
<style>
a { background-color: #6B6755; }
a { background-color: rgb(107,103,85); }
div.DivClassName
{
background-color: #6B6755;
}
.BgClassName
{
background-color: #6B6755;
}
</style>
border-color css
<style>
span { border-color: #6B6755; }
span { border-color: rgb(107,103,85); }
td.TdClassName
{
border-color: #6B6755;
}
.TagClassName
{
border-color: #6B6755;
}
</style>