Shades of Carnaby Tan #613A25
Tints of Carnaby Tan #613A25
RGB
CMYK
RGB Variations
Color information
#613A25 (or 0x613A25) is known color: Carnaby Tan. HEX triplet: 61, 3A and 25. RGB value is (97,58,37). Sum of RGB (Red+Green+Blue) = 97+58+37=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #613A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A25 is #9EC5DA. Grayscale: #434343. Windows color (decimal): -10405339 or 2439777. OLE color: 2439777.
HSL color Cylindrical-coordinate representation of color #613A25: hue angle of 21º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613A25 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 37 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.62 |
| HSL | 21º | 0.45% | 0.26% | - |
| HSV(B) | 21º | 0.62% | 0.38% | - |
| XYZ | 6.78 | 5.7 | 2.49 | - |
| YUV | 67.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 37 | 0 | 0.40 | 0.62 | 0.62 | 21 | 0.45 | 0.26 |
| Hex | 61 | 3A | 25 | 0 | 28 | 3E | 3E | 15 | 2D | 1A |
| Octal | 141 | 72 | 45 | 0 | 50 | 76 | 76 | 25 | 55 | 32 |
| Binary | 1100001 | 111010 | 100101 | 0 | 101000 | 111110 | 111110 | 10101 | 101101 | 11010 |
Color Harmonies of #613A25
Complementary color
Monochromatic Colors of #613A25
Black with #613A25
Text Example
Text Example
White with #613A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A25; }
p { color: rgb(97,58,37); }
H1.HeaderClassName
{
color: #613A25;
}
.AnyTagClassName
{
color: #613A25;
}
</style>
background-color css
<style>
a { background-color: #613A25; }
a { background-color: rgb(97,58,37); }
div.DivClassName
{
background-color: #613A25;
}
.BgClassName
{
background-color: #613A25;
}
</style>
border-color css
<style>
span { border-color: #613A25; }
span { border-color: rgb(97,58,37); }
td.TdClassName
{
border-color: #613A25;
}
.TagClassName
{
border-color: #613A25;
}
</style>