Shades of Carnaby Tan #613B25
Tints of Carnaby Tan #613B25
RGB
CMYK
RGB Variations
Color information
#613B25 (or 0x613B25) is known color: Carnaby Tan. HEX triplet: 61, 3B and 25. RGB value is (97,59,37). Sum of RGB (Red+Green+Blue) = 97+59+37=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #613B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B25 is #9EC4DA. Grayscale: #434343. Windows color (decimal): -10405083 or 2440033. OLE color: 2440033.
HSL color Cylindrical-coordinate representation of color #613B25: hue angle of 22º 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 #613B25 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 37 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.62 |
| HSL | 22º | 0.45% | 0.26% | - |
| HSV(B) | 22º | 0.62% | 0.38% | - |
| XYZ | 6.83 | 5.8 | 2.51 | - |
| YUV | 67.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 37 | 0 | 0.39 | 0.62 | 0.62 | 22 | 0.45 | 0.26 |
| Hex | 61 | 3B | 25 | 0 | 27 | 3E | 3E | 16 | 2D | 1A |
| Octal | 141 | 73 | 45 | 0 | 47 | 76 | 76 | 26 | 55 | 32 |
| Binary | 1100001 | 111011 | 100101 | 0 | 100111 | 111110 | 111110 | 10110 | 101101 | 11010 |
Color Harmonies of #613B25
Complementary color
Monochromatic Colors of #613B25
Black with #613B25
Text Example
Text Example
White with #613B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B25; }
p { color: rgb(97,59,37); }
H1.HeaderClassName
{
color: #613B25;
}
.AnyTagClassName
{
color: #613B25;
}
</style>
background-color css
<style>
a { background-color: #613B25; }
a { background-color: rgb(97,59,37); }
div.DivClassName
{
background-color: #613B25;
}
.BgClassName
{
background-color: #613B25;
}
</style>
border-color css
<style>
span { border-color: #613B25; }
span { border-color: rgb(97,59,37); }
td.TdClassName
{
border-color: #613B25;
}
.TagClassName
{
border-color: #613B25;
}
</style>