Shades of Carnaby Tan #63391D
Tints of Carnaby Tan #63391D
RGB
CMYK
RGB Variations
Color information
#63391D (or 0x63391D) is known color: Carnaby Tan. HEX triplet: 63, 39 and 1D. RGB value is (99,57,29). Sum of RGB (Red+Green+Blue) = 99+57+29=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #63391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63391D is #9CC6E2. Grayscale: #424242. Windows color (decimal): -10274531 or 1915235. OLE color: 1915235.
HSL color Cylindrical-coordinate representation of color #63391D: hue angle of 24º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63391D is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 57 | 29 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.61 |
| HSL | 24º | 0.55% | 0.25% | - |
| HSV(B) | 24º | 0.71% | 0.39% | - |
| XYZ | 6.83 | 5.67 | 1.9 | - |
| YUV | 66.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 29 | 0 | 0.42 | 0.71 | 0.61 | 24 | 0.55 | 0.25 |
| Hex | 63 | 39 | 1D | 0 | 2A | 47 | 3D | 18 | 37 | 19 |
| Octal | 143 | 71 | 35 | 0 | 52 | 107 | 75 | 30 | 67 | 31 |
| Binary | 1100011 | 111001 | 11101 | 0 | 101010 | 1000111 | 111101 | 11000 | 110111 | 11001 |
Color Harmonies of #63391D
Complementary color
Monochromatic Colors of #63391D
Black with #63391D
Text Example
Text Example
White with #63391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63391D; }
p { color: rgb(99,57,29); }
H1.HeaderClassName
{
color: #63391D;
}
.AnyTagClassName
{
color: #63391D;
}
</style>
background-color css
<style>
a { background-color: #63391D; }
a { background-color: rgb(99,57,29); }
div.DivClassName
{
background-color: #63391D;
}
.BgClassName
{
background-color: #63391D;
}
</style>
border-color css
<style>
span { border-color: #63391D; }
span { border-color: rgb(99,57,29); }
td.TdClassName
{
border-color: #63391D;
}
.TagClassName
{
border-color: #63391D;
}
</style>