Shades of Crocodile #6B6554
Tints of Crocodile #6B6554
RGB
CMYK
RGB Variations
Color information
#6B6554 (or 0x6B6554) is known color: Crocodile. HEX triplet: 6B, 65 and 54. RGB value is (107,101,84). Sum of RGB (Red+Green+Blue) = 107+101+84=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6554 is #949AAB. Grayscale: #646464. Windows color (decimal): -9738924 or 5530987. OLE color: 5530987.
HSL color Cylindrical-coordinate representation of color #6B6554: hue angle of 44.35º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B6554 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 101 | 84 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.58 |
| HSL | 44.35º | 0.12% | 0.37% | - |
| HSV(B) | 44.35º | 0.21% | 0.42% | - |
| XYZ | 12.32 | 13.07 | 10.26 | - |
| YUV | 100.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 84 | 0 | 0.06 | 0.21 | 0.58 | 44.35 | 0.12 | 0.37 |
| Hex | 6B | 65 | 54 | 0 | 6 | 15 | 3A | 2C | C | 25 |
| Octal | 153 | 145 | 124 | 0 | 6 | 25 | 72 | 54 | 14 | 45 |
| Binary | 1101011 | 1100101 | 1010100 | 0 | 110 | 10101 | 111010 | 101100 | 1100 | 100101 |
Color Harmonies of #6B6554
Complementary color
Monochromatic Colors of #6B6554
Black with #6B6554
Text Example
Text Example
White with #6B6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6554; }
p { color: rgb(107,101,84); }
H1.HeaderClassName
{
color: #6B6554;
}
.AnyTagClassName
{
color: #6B6554;
}
</style>
background-color css
<style>
a { background-color: #6B6554; }
a { background-color: rgb(107,101,84); }
div.DivClassName
{
background-color: #6B6554;
}
.BgClassName
{
background-color: #6B6554;
}
</style>
border-color css
<style>
span { border-color: #6B6554; }
span { border-color: rgb(107,101,84); }
td.TdClassName
{
border-color: #6B6554;
}
.TagClassName
{
border-color: #6B6554;
}
</style>