Shades of Carnaby Tan #613C1F
Tints of Carnaby Tan #613C1F
RGB
CMYK
RGB Variations
Color information
#613C1F (or 0x613C1F) is known color: Carnaby Tan. HEX triplet: 61, 3C and 1F. RGB value is (97,60,31). Sum of RGB (Red+Green+Blue) = 97+60+31=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #613C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C1F is #9EC3E0. Grayscale: #434343. Windows color (decimal): -10404833 or 2047073. OLE color: 2047073.
HSL color Cylindrical-coordinate representation of color #613C1F: hue angle of 26.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #613C1F is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 31 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.62 |
| HSL | 26.36º | 0.52% | 0.25% | - |
| HSV(B) | 26.36º | 0.68% | 0.38% | - |
| XYZ | 6.79 | 5.87 | 2.07 | - |
| YUV | 67.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 31 | 0 | 0.38 | 0.68 | 0.62 | 26.36 | 0.52 | 0.25 |
| Hex | 61 | 3C | 1F | 0 | 26 | 44 | 3E | 1A | 34 | 19 |
| Octal | 141 | 74 | 37 | 0 | 46 | 104 | 76 | 32 | 64 | 31 |
| Binary | 1100001 | 111100 | 11111 | 0 | 100110 | 1000100 | 111110 | 11010 | 110100 | 11001 |
Color Harmonies of #613C1F
Complementary color
Monochromatic Colors of #613C1F
Black with #613C1F
Text Example
Text Example
White with #613C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C1F; }
p { color: rgb(97,60,31); }
H1.HeaderClassName
{
color: #613C1F;
}
.AnyTagClassName
{
color: #613C1F;
}
</style>
background-color css
<style>
a { background-color: #613C1F; }
a { background-color: rgb(97,60,31); }
div.DivClassName
{
background-color: #613C1F;
}
.BgClassName
{
background-color: #613C1F;
}
</style>
border-color css
<style>
span { border-color: #613C1F; }
span { border-color: rgb(97,60,31); }
td.TdClassName
{
border-color: #613C1F;
}
.TagClassName
{
border-color: #613C1F;
}
</style>