Shades of Crocodile #6C674A
Tints of Crocodile #6C674A
RGB
CMYK
RGB Variations
Color information
#6C674A (or 0x6C674A) is known color: Crocodile. HEX triplet: 6C, 67 and 4A. RGB value is (108,103,74). Sum of RGB (Red+Green+Blue) = 108+103+74=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 108 - color contains mainly: red. Hex color #6C674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C674A is #9398B5. Grayscale: #656565. Windows color (decimal): -9672886 or 4876140. OLE color: 4876140.
HSL color Cylindrical-coordinate representation of color #6C674A: hue angle of 51.18º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C674A is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 103 | 74 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.58 |
| HSL | 51.18º | 0.19% | 0.36% | - |
| HSV(B) | 51.18º | 0.31% | 0.42% | - |
| XYZ | 12.27 | 13.38 | 8.42 | - |
| YUV | 101.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 74 | 0 | 0.05 | 0.31 | 0.58 | 51.18 | 0.19 | 0.36 |
| Hex | 6C | 67 | 4A | 0 | 5 | 1F | 3A | 33 | 13 | 24 |
| Octal | 154 | 147 | 112 | 0 | 5 | 37 | 72 | 63 | 23 | 44 |
| Binary | 1101100 | 1100111 | 1001010 | 0 | 101 | 11111 | 111010 | 110011 | 10011 | 100100 |
Color Harmonies of #6C674A
Complementary color
Monochromatic Colors of #6C674A
Black with #6C674A
Text Example
Text Example
White with #6C674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C674A; }
p { color: rgb(108,103,74); }
H1.HeaderClassName
{
color: #6C674A;
}
.AnyTagClassName
{
color: #6C674A;
}
</style>
background-color css
<style>
a { background-color: #6C674A; }
a { background-color: rgb(108,103,74); }
div.DivClassName
{
background-color: #6C674A;
}
.BgClassName
{
background-color: #6C674A;
}
</style>
border-color css
<style>
span { border-color: #6C674A; }
span { border-color: rgb(108,103,74); }
td.TdClassName
{
border-color: #6C674A;
}
.TagClassName
{
border-color: #6C674A;
}
</style>