Shades of Carnaby Tan #61381E
Tints of Carnaby Tan #61381E
RGB
CMYK
RGB Variations
Color information
#61381E (or 0x61381E) is known color: Carnaby Tan. HEX triplet: 61, 38 and 1E. RGB value is (97,56,30). Sum of RGB (Red+Green+Blue) = 97+56+30=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #61381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61381E is #9EC7E1. Grayscale: #414141. Windows color (decimal): -10405858 or 1980513. OLE color: 1980513.
HSL color Cylindrical-coordinate representation of color #61381E: hue angle of 23.28º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61381E is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 56 | 30 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.62 |
| HSL | 23.28º | 0.53% | 0.25% | - |
| HSV(B) | 23.28º | 0.69% | 0.38% | - |
| XYZ | 6.58 | 5.46 | 1.94 | - |
| YUV | 65.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 30 | 0 | 0.42 | 0.69 | 0.62 | 23.28 | 0.53 | 0.25 |
| Hex | 61 | 38 | 1E | 0 | 2A | 45 | 3E | 17 | 35 | 19 |
| Octal | 141 | 70 | 36 | 0 | 52 | 105 | 76 | 27 | 65 | 31 |
| Binary | 1100001 | 111000 | 11110 | 0 | 101010 | 1000101 | 111110 | 10111 | 110101 | 11001 |
Color Harmonies of #61381E
Complementary color
Monochromatic Colors of #61381E
Black with #61381E
Text Example
Text Example
White with #61381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61381E; }
p { color: rgb(97,56,30); }
H1.HeaderClassName
{
color: #61381E;
}
.AnyTagClassName
{
color: #61381E;
}
</style>
background-color css
<style>
a { background-color: #61381E; }
a { background-color: rgb(97,56,30); }
div.DivClassName
{
background-color: #61381E;
}
.BgClassName
{
background-color: #61381E;
}
</style>
border-color css
<style>
span { border-color: #61381E; }
span { border-color: rgb(97,56,30); }
td.TdClassName
{
border-color: #61381E;
}
.TagClassName
{
border-color: #61381E;
}
</style>