Shades of Carnaby Tan #613C1E
Tints of Carnaby Tan #613C1E
RGB
CMYK
RGB Variations
Color information
#613C1E (or 0x613C1E) is known color: Carnaby Tan. HEX triplet: 61, 3C and 1E. RGB value is (97,60,30). Sum of RGB (Red+Green+Blue) = 97+60+30=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #613C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C1E is #9EC3E1. Grayscale: #434343. Windows color (decimal): -10404834 or 1981537. OLE color: 1981537.
HSL color Cylindrical-coordinate representation of color #613C1E: hue angle of 26.87º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613C1E is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 30 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.62 |
| HSL | 26.87º | 0.53% | 0.25% | - |
| HSV(B) | 26.87º | 0.69% | 0.38% | - |
| XYZ | 6.78 | 5.87 | 2 | - |
| YUV | 67.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 30 | 0 | 0.38 | 0.69 | 0.62 | 26.87 | 0.53 | 0.25 |
| Hex | 61 | 3C | 1E | 0 | 26 | 45 | 3E | 1B | 35 | 19 |
| Octal | 141 | 74 | 36 | 0 | 46 | 105 | 76 | 33 | 65 | 31 |
| Binary | 1100001 | 111100 | 11110 | 0 | 100110 | 1000101 | 111110 | 11011 | 110101 | 11001 |
Color Harmonies of #613C1E
Complementary color
Monochromatic Colors of #613C1E
Black with #613C1E
Text Example
Text Example
White with #613C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C1E; }
p { color: rgb(97,60,30); }
H1.HeaderClassName
{
color: #613C1E;
}
.AnyTagClassName
{
color: #613C1E;
}
</style>
background-color css
<style>
a { background-color: #613C1E; }
a { background-color: rgb(97,60,30); }
div.DivClassName
{
background-color: #613C1E;
}
.BgClassName
{
background-color: #613C1E;
}
</style>
border-color css
<style>
span { border-color: #613C1E; }
span { border-color: rgb(97,60,30); }
td.TdClassName
{
border-color: #613C1E;
}
.TagClassName
{
border-color: #613C1E;
}
</style>