Shades of Carnaby Tan #60371F
Tints of Carnaby Tan #60371F
RGB
CMYK
RGB Variations
Color information
#60371F (or 0x60371F) is known color: Carnaby Tan. HEX triplet: 60, 37 and 1F. RGB value is (96,55,31). Sum of RGB (Red+Green+Blue) = 96+55+31=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #60371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60371F is #9FC8E0. Grayscale: #404040. Windows color (decimal): -10471649 or 2045792. OLE color: 2045792.
HSL color Cylindrical-coordinate representation of color #60371F: hue angle of 22.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60371F is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 55 | 31 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.62 |
| HSL | 22.15º | 0.51% | 0.25% | - |
| HSV(B) | 22.15º | 0.68% | 0.38% | - |
| XYZ | 6.44 | 5.32 | 1.98 | - |
| YUV | 64.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 31 | 0 | 0.43 | 0.68 | 0.62 | 22.15 | 0.51 | 0.25 |
| Hex | 60 | 37 | 1F | 0 | 2B | 44 | 3E | 16 | 33 | 19 |
| Octal | 140 | 67 | 37 | 0 | 53 | 104 | 76 | 26 | 63 | 31 |
| Binary | 1100000 | 110111 | 11111 | 0 | 101011 | 1000100 | 111110 | 10110 | 110011 | 11001 |
Color Harmonies of #60371F
Complementary color
Monochromatic Colors of #60371F
Black with #60371F
Text Example
Text Example
White with #60371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60371F; }
p { color: rgb(96,55,31); }
H1.HeaderClassName
{
color: #60371F;
}
.AnyTagClassName
{
color: #60371F;
}
</style>
background-color css
<style>
a { background-color: #60371F; }
a { background-color: rgb(96,55,31); }
div.DivClassName
{
background-color: #60371F;
}
.BgClassName
{
background-color: #60371F;
}
</style>
border-color css
<style>
span { border-color: #60371F; }
span { border-color: rgb(96,55,31); }
td.TdClassName
{
border-color: #60371F;
}
.TagClassName
{
border-color: #60371F;
}
</style>