Shades of Carnaby Tan #613C21
Tints of Carnaby Tan #613C21
RGB
CMYK
RGB Variations
Color information
#613C21 (or 0x613C21) is known color: Carnaby Tan. HEX triplet: 61, 3C and 21. RGB value is (97,60,33). Sum of RGB (Red+Green+Blue) = 97+60+33=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #613C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C21 is #9EC3DE. Grayscale: #444444. Windows color (decimal): -10404831 or 2178145. OLE color: 2178145.
HSL color Cylindrical-coordinate representation of color #613C21: hue angle of 25.31º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #613C21 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 33 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.62 |
| HSL | 25.31º | 0.49% | 0.25% | - |
| HSV(B) | 25.31º | 0.66% | 0.38% | - |
| XYZ | 6.82 | 5.88 | 2.21 | - |
| YUV | 67.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 33 | 0 | 0.38 | 0.66 | 0.62 | 25.31 | 0.49 | 0.25 |
| Hex | 61 | 3C | 21 | 0 | 26 | 42 | 3E | 19 | 31 | 19 |
| Octal | 141 | 74 | 41 | 0 | 46 | 102 | 76 | 31 | 61 | 31 |
| Binary | 1100001 | 111100 | 100001 | 0 | 100110 | 1000010 | 111110 | 11001 | 110001 | 11001 |
Color Harmonies of #613C21
Complementary color
Monochromatic Colors of #613C21
Black with #613C21
Text Example
Text Example
White with #613C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C21; }
p { color: rgb(97,60,33); }
H1.HeaderClassName
{
color: #613C21;
}
.AnyTagClassName
{
color: #613C21;
}
</style>
background-color css
<style>
a { background-color: #613C21; }
a { background-color: rgb(97,60,33); }
div.DivClassName
{
background-color: #613C21;
}
.BgClassName
{
background-color: #613C21;
}
</style>
border-color css
<style>
span { border-color: #613C21; }
span { border-color: rgb(97,60,33); }
td.TdClassName
{
border-color: #613C21;
}
.TagClassName
{
border-color: #613C21;
}
</style>