Shades of Carnaby Tan #643C21
Tints of Carnaby Tan #643C21
RGB
CMYK
RGB Variations
Color information
#643C21 (or 0x643C21) is known color: Carnaby Tan. HEX triplet: 64, 3C and 21. RGB value is (100,60,33). Sum of RGB (Red+Green+Blue) = 100+60+33=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #643C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C21 is #9BC3DE. Grayscale: #454545. Windows color (decimal): -10208223 or 2178148. OLE color: 2178148.
HSL color Cylindrical-coordinate representation of color #643C21: hue angle of 24.18º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #643C21 is Cyan = 0, Magento = 0.4, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 33 | - |
| CMYK | 0 | 0.4 | 0.67 | 0.61 |
| HSL | 24.18º | 0.5% | 0.26% | - |
| HSV(B) | 24.18º | 0.67% | 0.39% | - |
| XYZ | 7.15 | 6.05 | 2.23 | - |
| YUV | 68.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 33 | 0 | 0.4 | 0.67 | 0.61 | 24.18 | 0.5 | 0.26 |
| Hex | 64 | 3C | 21 | 0 | 28 | 43 | 3D | 18 | 32 | 1A |
| Octal | 144 | 74 | 41 | 0 | 50 | 103 | 75 | 30 | 62 | 32 |
| Binary | 1100100 | 111100 | 100001 | 0 | 101000 | 1000011 | 111101 | 11000 | 110010 | 11010 |
Color Harmonies of #643C21
Complementary color
Monochromatic Colors of #643C21
Black with #643C21
Text Example
Text Example
White with #643C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C21; }
p { color: rgb(100,60,33); }
H1.HeaderClassName
{
color: #643C21;
}
.AnyTagClassName
{
color: #643C21;
}
</style>
background-color css
<style>
a { background-color: #643C21; }
a { background-color: rgb(100,60,33); }
div.DivClassName
{
background-color: #643C21;
}
.BgClassName
{
background-color: #643C21;
}
</style>
border-color css
<style>
span { border-color: #643C21; }
span { border-color: rgb(100,60,33); }
td.TdClassName
{
border-color: #643C21;
}
.TagClassName
{
border-color: #643C21;
}
</style>