Shades of Carnaby Tan #633A1E
Tints of Carnaby Tan #633A1E
RGB
CMYK
RGB Variations
Color information
#633A1E (or 0x633A1E) is known color: Carnaby Tan. HEX triplet: 63, 3A and 1E. RGB value is (99,58,30). Sum of RGB (Red+Green+Blue) = 99+58+30=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #633A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A1E is #9CC5E1. Grayscale: #434343. Windows color (decimal): -10274274 or 1981027. OLE color: 1981027.
HSL color Cylindrical-coordinate representation of color #633A1E: hue angle of 24.35º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #633A1E is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 58 | 30 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.61 |
| HSL | 24.35º | 0.53% | 0.25% | - |
| HSV(B) | 24.35º | 0.7% | 0.39% | - |
| XYZ | 6.89 | 5.77 | 1.98 | - |
| YUV | 67.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 30 | 0 | 0.41 | 0.70 | 0.61 | 24.35 | 0.53 | 0.25 |
| Hex | 63 | 3A | 1E | 0 | 29 | 46 | 3D | 18 | 35 | 19 |
| Octal | 143 | 72 | 36 | 0 | 51 | 106 | 75 | 30 | 65 | 31 |
| Binary | 1100011 | 111010 | 11110 | 0 | 101001 | 1000110 | 111101 | 11000 | 110101 | 11001 |
Color Harmonies of #633A1E
Complementary color
Monochromatic Colors of #633A1E
Black with #633A1E
Text Example
Text Example
White with #633A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A1E; }
p { color: rgb(99,58,30); }
H1.HeaderClassName
{
color: #633A1E;
}
.AnyTagClassName
{
color: #633A1E;
}
</style>
background-color css
<style>
a { background-color: #633A1E; }
a { background-color: rgb(99,58,30); }
div.DivClassName
{
background-color: #633A1E;
}
.BgClassName
{
background-color: #633A1E;
}
</style>
border-color css
<style>
span { border-color: #633A1E; }
span { border-color: rgb(99,58,30); }
td.TdClassName
{
border-color: #633A1E;
}
.TagClassName
{
border-color: #633A1E;
}
</style>