Shades of Carnaby Tan #613A27
Tints of Carnaby Tan #613A27
RGB
CMYK
RGB Variations
Color information
#613A27 (or 0x613A27) is known color: Carnaby Tan. HEX triplet: 61, 3A and 27. RGB value is (97,58,39). Sum of RGB (Red+Green+Blue) = 97+58+39=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #613A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A27 is #9EC5D8. Grayscale: #434343. Windows color (decimal): -10405337 or 2570849. OLE color: 2570849.
HSL color Cylindrical-coordinate representation of color #613A27: hue angle of 19.66º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613A27 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 39 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.62 |
| HSL | 19.66º | 0.43% | 0.27% | - |
| HSV(B) | 19.66º | 0.6% | 0.38% | - |
| XYZ | 6.81 | 5.71 | 2.66 | - |
| YUV | 67.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 39 | 0 | 0.40 | 0.60 | 0.62 | 19.66 | 0.43 | 0.27 |
| Hex | 61 | 3A | 27 | 0 | 28 | 3C | 3E | 14 | 2B | 1B |
| Octal | 141 | 72 | 47 | 0 | 50 | 74 | 76 | 24 | 53 | 33 |
| Binary | 1100001 | 111010 | 100111 | 0 | 101000 | 111100 | 111110 | 10100 | 101011 | 11011 |
Color Harmonies of #613A27
Complementary color
Monochromatic Colors of #613A27
Black with #613A27
Text Example
Text Example
White with #613A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A27; }
p { color: rgb(97,58,39); }
H1.HeaderClassName
{
color: #613A27;
}
.AnyTagClassName
{
color: #613A27;
}
</style>
background-color css
<style>
a { background-color: #613A27; }
a { background-color: rgb(97,58,39); }
div.DivClassName
{
background-color: #613A27;
}
.BgClassName
{
background-color: #613A27;
}
</style>
border-color css
<style>
span { border-color: #613A27; }
span { border-color: rgb(97,58,39); }
td.TdClassName
{
border-color: #613A27;
}
.TagClassName
{
border-color: #613A27;
}
</style>