Shades of Crocodile #6B664C
Tints of Crocodile #6B664C
RGB
CMYK
RGB Variations
Color information
#6B664C (or 0x6B664C) is known color: Crocodile. HEX triplet: 6B, 66 and 4C. RGB value is (107,102,76). Sum of RGB (Red+Green+Blue) = 107+102+76=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B664C is #9499B3. Grayscale: #646464. Windows color (decimal): -9738676 or 5006955. OLE color: 5006955.
HSL color Cylindrical-coordinate representation of color #6B664C: hue angle of 50.32º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B664C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 102 | 76 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.58 |
| HSL | 50.32º | 0.17% | 0.36% | - |
| HSV(B) | 50.32º | 0.29% | 0.42% | - |
| XYZ | 12.12 | 13.15 | 8.74 | - |
| YUV | 100.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 76 | 0 | 0.05 | 0.29 | 0.58 | 50.32 | 0.17 | 0.36 |
| Hex | 6B | 66 | 4C | 0 | 5 | 1D | 3A | 32 | 11 | 24 |
| Octal | 153 | 146 | 114 | 0 | 5 | 35 | 72 | 62 | 21 | 44 |
| Binary | 1101011 | 1100110 | 1001100 | 0 | 101 | 11101 | 111010 | 110010 | 10001 | 100100 |
Color Harmonies of #6B664C
Complementary color
Monochromatic Colors of #6B664C
Black with #6B664C
Text Example
Text Example
White with #6B664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B664C; }
p { color: rgb(107,102,76); }
H1.HeaderClassName
{
color: #6B664C;
}
.AnyTagClassName
{
color: #6B664C;
}
</style>
background-color css
<style>
a { background-color: #6B664C; }
a { background-color: rgb(107,102,76); }
div.DivClassName
{
background-color: #6B664C;
}
.BgClassName
{
background-color: #6B664C;
}
</style>
border-color css
<style>
span { border-color: #6B664C; }
span { border-color: rgb(107,102,76); }
td.TdClassName
{
border-color: #6B664C;
}
.TagClassName
{
border-color: #6B664C;
}
</style>