Shades of Don Juan #63464C
Tints of Don Juan #63464C
RGB
CMYK
RGB Variations
Color information
#63464C (or 0x63464C) is known color: Don Juan. HEX triplet: 63, 46 and 4C. RGB value is (99,70,76). Sum of RGB (Red+Green+Blue) = 99+70+76=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63464C is #9CB9B3. Grayscale: #4F4F4F. Windows color (decimal): -10271156 or 4998755. OLE color: 4998755.
HSL color Cylindrical-coordinate representation of color #63464C: hue angle of 347.59º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63464C is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 70 | 76 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.61 |
| HSL | 347.59º | 0.17% | 0.33% | - |
| HSV(B) | 347.59º | 0.29% | 0.39% | - |
| XYZ | 8.64 | 7.55 | 7.84 | - |
| YUV | 79.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 76 | 0 | 0.29 | 0.23 | 0.61 | 347.59 | 0.17 | 0.33 |
| Hex | 63 | 46 | 4C | 0 | 1D | 17 | 3D | 15C | 11 | 21 |
| Octal | 143 | 106 | 114 | 0 | 35 | 27 | 75 | 534 | 21 | 41 |
| Binary | 1100011 | 1000110 | 1001100 | 0 | 11101 | 10111 | 111101 | 101011100 | 10001 | 100001 |
Color Harmonies of #63464C
Complementary color
Monochromatic Colors of #63464C
Black with #63464C
Text Example
Text Example
White with #63464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63464C; }
p { color: rgb(99,70,76); }
H1.HeaderClassName
{
color: #63464C;
}
.AnyTagClassName
{
color: #63464C;
}
</style>
background-color css
<style>
a { background-color: #63464C; }
a { background-color: rgb(99,70,76); }
div.DivClassName
{
background-color: #63464C;
}
.BgClassName
{
background-color: #63464C;
}
</style>
border-color css
<style>
span { border-color: #63464C; }
span { border-color: rgb(99,70,76); }
td.TdClassName
{
border-color: #63464C;
}
.TagClassName
{
border-color: #63464C;
}
</style>