Shades of Crocodile #6B6448
Tints of Crocodile #6B6448
RGB
CMYK
RGB Variations
Color information
#6B6448 (or 0x6B6448) is known color: Crocodile. HEX triplet: 6B, 64 and 48. RGB value is (107,100,72). Sum of RGB (Red+Green+Blue) = 107+100+72=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6448 is #949BB7. Grayscale: #636363. Windows color (decimal): -9739192 or 4744299. OLE color: 4744299.
HSL color Cylindrical-coordinate representation of color #6B6448: hue angle of 48º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B6448 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 100 | 72 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.58 |
| HSL | 48º | 0.2% | 0.35% | - |
| HSV(B) | 48º | 0.33% | 0.42% | - |
| XYZ | 11.79 | 12.71 | 7.96 | - |
| YUV | 98.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 72 | 0 | 0.07 | 0.33 | 0.58 | 48 | 0.2 | 0.35 |
| Hex | 6B | 64 | 48 | 0 | 7 | 21 | 3A | 30 | 14 | 23 |
| Octal | 153 | 144 | 110 | 0 | 7 | 41 | 72 | 60 | 24 | 43 |
| Binary | 1101011 | 1100100 | 1001000 | 0 | 111 | 100001 | 111010 | 110000 | 10100 | 100011 |
Color Harmonies of #6B6448
Complementary color
Monochromatic Colors of #6B6448
Black with #6B6448
Text Example
Text Example
White with #6B6448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6448; }
p { color: rgb(107,100,72); }
H1.HeaderClassName
{
color: #6B6448;
}
.AnyTagClassName
{
color: #6B6448;
}
</style>
background-color css
<style>
a { background-color: #6B6448; }
a { background-color: rgb(107,100,72); }
div.DivClassName
{
background-color: #6B6448;
}
.BgClassName
{
background-color: #6B6448;
}
</style>
border-color css
<style>
span { border-color: #6B6448; }
span { border-color: rgb(107,100,72); }
td.TdClassName
{
border-color: #6B6448;
}
.TagClassName
{
border-color: #6B6448;
}
</style>