Shades of Crocodile #656152
Tints of Crocodile #656152
RGB
CMYK
RGB Variations
Color information
#656152 (or 0x656152) is known color: Crocodile. HEX triplet: 65, 61 and 52. RGB value is (101,97,82). Sum of RGB (Red+Green+Blue) = 101+97+82=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #656152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656152 is #9A9EAD. Grayscale: #606060. Windows color (decimal): -10133166 or 5398885. OLE color: 5398885.
HSL color Cylindrical-coordinate representation of color #656152: hue angle of 47.37º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #656152 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 97 | 82 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.60 |
| HSL | 47.37º | 0.1% | 0.36% | - |
| HSV(B) | 47.37º | 0.19% | 0.4% | - |
| XYZ | 11.16 | 11.93 | 9.7 | - |
| YUV | 96.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 82 | 0 | 0.04 | 0.19 | 0.60 | 47.37 | 0.1 | 0.36 |
| Hex | 65 | 61 | 52 | 0 | 4 | 13 | 3C | 2F | A | 24 |
| Octal | 145 | 141 | 122 | 0 | 4 | 23 | 74 | 57 | 12 | 44 |
| Binary | 1100101 | 1100001 | 1010010 | 0 | 100 | 10011 | 111100 | 101111 | 1010 | 100100 |
Color Harmonies of #656152
Complementary color
Monochromatic Colors of #656152
Black with #656152
Text Example
Text Example
White with #656152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656152; }
p { color: rgb(101,97,82); }
H1.HeaderClassName
{
color: #656152;
}
.AnyTagClassName
{
color: #656152;
}
</style>
background-color css
<style>
a { background-color: #656152; }
a { background-color: rgb(101,97,82); }
div.DivClassName
{
background-color: #656152;
}
.BgClassName
{
background-color: #656152;
}
</style>
border-color css
<style>
span { border-color: #656152; }
span { border-color: rgb(101,97,82); }
td.TdClassName
{
border-color: #656152;
}
.TagClassName
{
border-color: #656152;
}
</style>