Shades of Carnaby Tan #613B24
Tints of Carnaby Tan #613B24
RGB
CMYK
RGB Variations
Color information
#613B24 (or 0x613B24) is known color: Carnaby Tan. HEX triplet: 61, 3B and 24. RGB value is (97,59,36). Sum of RGB (Red+Green+Blue) = 97+59+36=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #613B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B24 is #9EC4DB. Grayscale: #434343. Windows color (decimal): -10405084 or 2374497. OLE color: 2374497.
HSL color Cylindrical-coordinate representation of color #613B24: hue angle of 22.62º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613B24 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 36 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.62 |
| HSL | 22.62º | 0.46% | 0.26% | - |
| HSV(B) | 22.62º | 0.63% | 0.38% | - |
| XYZ | 6.81 | 5.8 | 2.43 | - |
| YUV | 67.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 36 | 0 | 0.39 | 0.63 | 0.62 | 22.62 | 0.46 | 0.26 |
| Hex | 61 | 3B | 24 | 0 | 27 | 3F | 3E | 17 | 2E | 1A |
| Octal | 141 | 73 | 44 | 0 | 47 | 77 | 76 | 27 | 56 | 32 |
| Binary | 1100001 | 111011 | 100100 | 0 | 100111 | 111111 | 111110 | 10111 | 101110 | 11010 |
Color Harmonies of #613B24
Complementary color
Monochromatic Colors of #613B24
Black with #613B24
Text Example
Text Example
White with #613B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B24; }
p { color: rgb(97,59,36); }
H1.HeaderClassName
{
color: #613B24;
}
.AnyTagClassName
{
color: #613B24;
}
</style>
background-color css
<style>
a { background-color: #613B24; }
a { background-color: rgb(97,59,36); }
div.DivClassName
{
background-color: #613B24;
}
.BgClassName
{
background-color: #613B24;
}
</style>
border-color css
<style>
span { border-color: #613B24; }
span { border-color: rgb(97,59,36); }
td.TdClassName
{
border-color: #613B24;
}
.TagClassName
{
border-color: #613B24;
}
</style>