Shades of Crocodile #6B6451
Tints of Crocodile #6B6451
RGB
CMYK
RGB Variations
Color information
#6B6451 (or 0x6B6451) is known color: Crocodile. HEX triplet: 6B, 64 and 51. RGB value is (107,100,81). Sum of RGB (Red+Green+Blue) = 107+100+81=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6451 is #949BAE. Grayscale: #646464. Windows color (decimal): -9739183 or 5334123. OLE color: 5334123.
HSL color Cylindrical-coordinate representation of color #6B6451: hue angle of 43.85º 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 #6B6451 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 100 | 81 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.58 |
| HSL | 43.85º | 0.14% | 0.37% | - |
| HSV(B) | 43.85º | 0.24% | 0.42% | - |
| XYZ | 12.11 | 12.83 | 9.62 | - |
| YUV | 99.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 81 | 0 | 0.07 | 0.24 | 0.58 | 43.85 | 0.14 | 0.37 |
| Hex | 6B | 64 | 51 | 0 | 7 | 18 | 3A | 2C | E | 25 |
| Octal | 153 | 144 | 121 | 0 | 7 | 30 | 72 | 54 | 16 | 45 |
| Binary | 1101011 | 1100100 | 1010001 | 0 | 111 | 11000 | 111010 | 101100 | 1110 | 100101 |
Color Harmonies of #6B6451
Complementary color
Monochromatic Colors of #6B6451
Black with #6B6451
Text Example
Text Example
White with #6B6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6451; }
p { color: rgb(107,100,81); }
H1.HeaderClassName
{
color: #6B6451;
}
.AnyTagClassName
{
color: #6B6451;
}
</style>
background-color css
<style>
a { background-color: #6B6451; }
a { background-color: rgb(107,100,81); }
div.DivClassName
{
background-color: #6B6451;
}
.BgClassName
{
background-color: #6B6451;
}
</style>
border-color css
<style>
span { border-color: #6B6451; }
span { border-color: rgb(107,100,81); }
td.TdClassName
{
border-color: #6B6451;
}
.TagClassName
{
border-color: #6B6451;
}
</style>