Shades of Crocodile #6F674A
Tints of Crocodile #6F674A
RGB
CMYK
RGB Variations
Color information
#6F674A (or 0x6F674A) is known color: Crocodile. HEX triplet: 6F, 67 and 4A. RGB value is (111,103,74). Sum of RGB (Red+Green+Blue) = 111+103+74=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F674A is #9098B5. Grayscale: #666666. Windows color (decimal): -9476278 or 4876143. OLE color: 4876143.
HSL color Cylindrical-coordinate representation of color #6F674A: hue angle of 47.03º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F674A is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 74 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.56 |
| HSL | 47.03º | 0.2% | 0.36% | - |
| HSV(B) | 47.03º | 0.33% | 0.44% | - |
| XYZ | 12.64 | 13.57 | 8.43 | - |
| YUV | 102.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 74 | 0 | 0.07 | 0.33 | 0.56 | 47.03 | 0.2 | 0.36 |
| Hex | 6F | 67 | 4A | 0 | 7 | 21 | 38 | 2F | 14 | 24 |
| Octal | 157 | 147 | 112 | 0 | 7 | 41 | 70 | 57 | 24 | 44 |
| Binary | 1101111 | 1100111 | 1001010 | 0 | 111 | 100001 | 111000 | 101111 | 10100 | 100100 |
Color Harmonies of #6F674A
Complementary color
Monochromatic Colors of #6F674A
Black with #6F674A
Text Example
Text Example
White with #6F674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F674A; }
p { color: rgb(111,103,74); }
H1.HeaderClassName
{
color: #6F674A;
}
.AnyTagClassName
{
color: #6F674A;
}
</style>
background-color css
<style>
a { background-color: #6F674A; }
a { background-color: rgb(111,103,74); }
div.DivClassName
{
background-color: #6F674A;
}
.BgClassName
{
background-color: #6F674A;
}
</style>
border-color css
<style>
span { border-color: #6F674A; }
span { border-color: rgb(111,103,74); }
td.TdClassName
{
border-color: #6F674A;
}
.TagClassName
{
border-color: #6F674A;
}
</style>