Shades of Crocodile #6B6751
Tints of Crocodile #6B6751
RGB
CMYK
RGB Variations
Color information
#6B6751 (or 0x6B6751) is known color: Crocodile. HEX triplet: 6B, 67 and 51. RGB value is (107,103,81). Sum of RGB (Red+Green+Blue) = 107+103+81=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6751 is #9498AE. Grayscale: #656565. Windows color (decimal): -9738415 or 5334891. OLE color: 5334891.
HSL color Cylindrical-coordinate representation of color #6B6751: hue angle of 50.77º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B6751 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 103 | 81 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.58 |
| HSL | 50.77º | 0.14% | 0.37% | - |
| HSV(B) | 50.77º | 0.24% | 0.42% | - |
| XYZ | 12.4 | 13.42 | 9.72 | - |
| YUV | 101.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 81 | 0 | 0.04 | 0.24 | 0.58 | 50.77 | 0.14 | 0.37 |
| Hex | 6B | 67 | 51 | 0 | 4 | 18 | 3A | 33 | E | 25 |
| Octal | 153 | 147 | 121 | 0 | 4 | 30 | 72 | 63 | 16 | 45 |
| Binary | 1101011 | 1100111 | 1010001 | 0 | 100 | 11000 | 111010 | 110011 | 1110 | 100101 |
Color Harmonies of #6B6751
Complementary color
Monochromatic Colors of #6B6751
Black with #6B6751
Text Example
Text Example
White with #6B6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6751; }
p { color: rgb(107,103,81); }
H1.HeaderClassName
{
color: #6B6751;
}
.AnyTagClassName
{
color: #6B6751;
}
</style>
background-color css
<style>
a { background-color: #6B6751; }
a { background-color: rgb(107,103,81); }
div.DivClassName
{
background-color: #6B6751;
}
.BgClassName
{
background-color: #6B6751;
}
</style>
border-color css
<style>
span { border-color: #6B6751; }
span { border-color: rgb(107,103,81); }
td.TdClassName
{
border-color: #6B6751;
}
.TagClassName
{
border-color: #6B6751;
}
</style>