Shades of Crocodile #69634E
Tints of Crocodile #69634E
RGB
CMYK
RGB Variations
Color information
#69634E (or 0x69634E) is known color: Crocodile. HEX triplet: 69, 63 and 4E. RGB value is (105,99,78). Sum of RGB (Red+Green+Blue) = 105+99+78=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #69634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69634E is #969CB1. Grayscale: #626262. Windows color (decimal): -9870514 or 5137257. OLE color: 5137257.
HSL color Cylindrical-coordinate representation of color #69634E: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69634E is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 99 | 78 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.59 |
| HSL | 46.67º | 0.15% | 0.36% | - |
| HSV(B) | 46.67º | 0.26% | 0.41% | - |
| XYZ | 11.66 | 12.48 | 9 | - |
| YUV | 98.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 78 | 0 | 0.06 | 0.26 | 0.59 | 46.67 | 0.15 | 0.36 |
| Hex | 69 | 63 | 4E | 0 | 6 | 1A | 3B | 2F | F | 24 |
| Octal | 151 | 143 | 116 | 0 | 6 | 32 | 73 | 57 | 17 | 44 |
| Binary | 1101001 | 1100011 | 1001110 | 0 | 110 | 11010 | 111011 | 101111 | 1111 | 100100 |
Color Harmonies of #69634E
Complementary color
Monochromatic Colors of #69634E
Black with #69634E
Text Example
Text Example
White with #69634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69634E; }
p { color: rgb(105,99,78); }
H1.HeaderClassName
{
color: #69634E;
}
.AnyTagClassName
{
color: #69634E;
}
</style>
background-color css
<style>
a { background-color: #69634E; }
a { background-color: rgb(105,99,78); }
div.DivClassName
{
background-color: #69634E;
}
.BgClassName
{
background-color: #69634E;
}
</style>
border-color css
<style>
span { border-color: #69634E; }
span { border-color: rgb(105,99,78); }
td.TdClassName
{
border-color: #69634E;
}
.TagClassName
{
border-color: #69634E;
}
</style>