Shades of Crocodile #6B6446
Tints of Crocodile #6B6446
RGB
CMYK
RGB Variations
Color information
#6B6446 (or 0x6B6446) is known color: Crocodile. HEX triplet: 6B, 64 and 46. RGB value is (107,100,70). Sum of RGB (Red+Green+Blue) = 107+100+70=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6446 is #949BB9. Grayscale: #626262. Windows color (decimal): -9739194 or 4613227. OLE color: 4613227.
HSL color Cylindrical-coordinate representation of color #6B6446: hue angle of 48.65º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B6446 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 100 | 70 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.58 |
| HSL | 48.65º | 0.21% | 0.35% | - |
| HSV(B) | 48.65º | 0.35% | 0.42% | - |
| XYZ | 11.73 | 12.68 | 7.62 | - |
| YUV | 98.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 70 | 0 | 0.07 | 0.35 | 0.58 | 48.65 | 0.21 | 0.35 |
| Hex | 6B | 64 | 46 | 0 | 7 | 23 | 3A | 31 | 15 | 23 |
| Octal | 153 | 144 | 106 | 0 | 7 | 43 | 72 | 61 | 25 | 43 |
| Binary | 1101011 | 1100100 | 1000110 | 0 | 111 | 100011 | 111010 | 110001 | 10101 | 100011 |
Color Harmonies of #6B6446
Complementary color
Monochromatic Colors of #6B6446
Black with #6B6446
Text Example
Text Example
White with #6B6446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6446; }
p { color: rgb(107,100,70); }
H1.HeaderClassName
{
color: #6B6446;
}
.AnyTagClassName
{
color: #6B6446;
}
</style>
background-color css
<style>
a { background-color: #6B6446; }
a { background-color: rgb(107,100,70); }
div.DivClassName
{
background-color: #6B6446;
}
.BgClassName
{
background-color: #6B6446;
}
</style>
border-color css
<style>
span { border-color: #6B6446; }
span { border-color: rgb(107,100,70); }
td.TdClassName
{
border-color: #6B6446;
}
.TagClassName
{
border-color: #6B6446;
}
</style>