Shades of Crocodile #6F674C
Tints of Crocodile #6F674C
RGB
CMYK
RGB Variations
Color information
#6F674C (or 0x6F674C) is known color: Crocodile. HEX triplet: 6F, 67 and 4C. RGB value is (111,103,76). Sum of RGB (Red+Green+Blue) = 111+103+76=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F674C is #9098B3. Grayscale: #666666. Windows color (decimal): -9476276 or 5007215. OLE color: 5007215.
HSL color Cylindrical-coordinate representation of color #6F674C: hue angle of 46.29º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F674C is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 76 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.56 |
| HSL | 46.29º | 0.19% | 0.37% | - |
| HSV(B) | 46.29º | 0.32% | 0.44% | - |
| XYZ | 12.71 | 13.6 | 8.79 | - |
| YUV | 102.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 76 | 0 | 0.07 | 0.32 | 0.56 | 46.29 | 0.19 | 0.37 |
| Hex | 6F | 67 | 4C | 0 | 7 | 20 | 38 | 2E | 13 | 25 |
| Octal | 157 | 147 | 114 | 0 | 7 | 40 | 70 | 56 | 23 | 45 |
| Binary | 1101111 | 1100111 | 1001100 | 0 | 111 | 100000 | 111000 | 101110 | 10011 | 100101 |
Color Harmonies of #6F674C
Complementary color
Monochromatic Colors of #6F674C
Black with #6F674C
Text Example
Text Example
White with #6F674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F674C; }
p { color: rgb(111,103,76); }
H1.HeaderClassName
{
color: #6F674C;
}
.AnyTagClassName
{
color: #6F674C;
}
</style>
background-color css
<style>
a { background-color: #6F674C; }
a { background-color: rgb(111,103,76); }
div.DivClassName
{
background-color: #6F674C;
}
.BgClassName
{
background-color: #6F674C;
}
</style>
border-color css
<style>
span { border-color: #6F674C; }
span { border-color: rgb(111,103,76); }
td.TdClassName
{
border-color: #6F674C;
}
.TagClassName
{
border-color: #6F674C;
}
</style>