Shades of Crocodile #6F674F
Tints of Crocodile #6F674F
RGB
CMYK
RGB Variations
Color information
#6F674F (or 0x6F674F) is known color: Crocodile. HEX triplet: 6F, 67 and 4F. RGB value is (111,103,79). Sum of RGB (Red+Green+Blue) = 111+103+79=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F674F is #9098B0. Grayscale: #666666. Windows color (decimal): -9476273 or 5203823. OLE color: 5203823.
HSL color Cylindrical-coordinate representation of color #6F674F: hue angle of 45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F674F is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 79 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.56 |
| HSL | 45º | 0.17% | 0.37% | - |
| HSV(B) | 45º | 0.29% | 0.44% | - |
| XYZ | 12.82 | 13.64 | 9.36 | - |
| YUV | 102.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 79 | 0 | 0.07 | 0.29 | 0.56 | 45 | 0.17 | 0.37 |
| Hex | 6F | 67 | 4F | 0 | 7 | 1D | 38 | 2D | 11 | 25 |
| Octal | 157 | 147 | 117 | 0 | 7 | 35 | 70 | 55 | 21 | 45 |
| Binary | 1101111 | 1100111 | 1001111 | 0 | 111 | 11101 | 111000 | 101101 | 10001 | 100101 |
Color Harmonies of #6F674F
Complementary color
Monochromatic Colors of #6F674F
Black with #6F674F
Text Example
Text Example
White with #6F674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F674F; }
p { color: rgb(111,103,79); }
H1.HeaderClassName
{
color: #6F674F;
}
.AnyTagClassName
{
color: #6F674F;
}
</style>
background-color css
<style>
a { background-color: #6F674F; }
a { background-color: rgb(111,103,79); }
div.DivClassName
{
background-color: #6F674F;
}
.BgClassName
{
background-color: #6F674F;
}
</style>
border-color css
<style>
span { border-color: #6F674F; }
span { border-color: rgb(111,103,79); }
td.TdClassName
{
border-color: #6F674F;
}
.TagClassName
{
border-color: #6F674F;
}
</style>