Shades of Carnaby Tan #643A1E
Tints of Carnaby Tan #643A1E
RGB
CMYK
RGB Variations
Color information
#643A1E (or 0x643A1E) is known color: Carnaby Tan. HEX triplet: 64, 3A and 1E. RGB value is (100,58,30). Sum of RGB (Red+Green+Blue) = 100+58+30=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #643A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643A1E is #9BC5E1. Grayscale: #434343. Windows color (decimal): -10208738 or 1981028. OLE color: 1981028.
HSL color Cylindrical-coordinate representation of color #643A1E: hue angle of 24º degrees, saturation: 0.54, 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 #643A1E is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 58 | 30 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.61 |
| HSL | 24º | 0.54% | 0.25% | - |
| HSV(B) | 24º | 0.7% | 0.39% | - |
| XYZ | 7 | 5.83 | 1.98 | - |
| YUV | 67.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 30 | 0 | 0.42 | 0.70 | 0.61 | 24 | 0.54 | 0.25 |
| Hex | 64 | 3A | 1E | 0 | 2A | 46 | 3D | 18 | 36 | 19 |
| Octal | 144 | 72 | 36 | 0 | 52 | 106 | 75 | 30 | 66 | 31 |
| Binary | 1100100 | 111010 | 11110 | 0 | 101010 | 1000110 | 111101 | 11000 | 110110 | 11001 |
Color Harmonies of #643A1E
Complementary color
Monochromatic Colors of #643A1E
Black with #643A1E
Text Example
Text Example
White with #643A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A1E; }
p { color: rgb(100,58,30); }
H1.HeaderClassName
{
color: #643A1E;
}
.AnyTagClassName
{
color: #643A1E;
}
</style>
background-color css
<style>
a { background-color: #643A1E; }
a { background-color: rgb(100,58,30); }
div.DivClassName
{
background-color: #643A1E;
}
.BgClassName
{
background-color: #643A1E;
}
</style>
border-color css
<style>
span { border-color: #643A1E; }
span { border-color: rgb(100,58,30); }
td.TdClassName
{
border-color: #643A1E;
}
.TagClassName
{
border-color: #643A1E;
}
</style>