Shades of Carnaby Tan #603A27
Tints of Carnaby Tan #603A27
RGB
CMYK
RGB Variations
Color information
#603A27 (or 0x603A27) is known color: Carnaby Tan. HEX triplet: 60, 3A and 27. RGB value is (96,58,39). Sum of RGB (Red+Green+Blue) = 96+58+39=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #603A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A27 is #9FC5D8. Grayscale: #434343. Windows color (decimal): -10470873 or 2570848. OLE color: 2570848.
HSL color Cylindrical-coordinate representation of color #603A27: hue angle of 20º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #603A27 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 39 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.62 |
| HSL | 20º | 0.42% | 0.26% | - |
| HSV(B) | 20º | 0.59% | 0.38% | - |
| XYZ | 6.7 | 5.66 | 2.66 | - |
| YUV | 67.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 39 | 0 | 0.40 | 0.59 | 0.62 | 20 | 0.42 | 0.26 |
| Hex | 60 | 3A | 27 | 0 | 28 | 3B | 3E | 14 | 2A | 1A |
| Octal | 140 | 72 | 47 | 0 | 50 | 73 | 76 | 24 | 52 | 32 |
| Binary | 1100000 | 111010 | 100111 | 0 | 101000 | 111011 | 111110 | 10100 | 101010 | 11010 |
Color Harmonies of #603A27
Complementary color
Monochromatic Colors of #603A27
Black with #603A27
Text Example
Text Example
White with #603A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A27; }
p { color: rgb(96,58,39); }
H1.HeaderClassName
{
color: #603A27;
}
.AnyTagClassName
{
color: #603A27;
}
</style>
background-color css
<style>
a { background-color: #603A27; }
a { background-color: rgb(96,58,39); }
div.DivClassName
{
background-color: #603A27;
}
.BgClassName
{
background-color: #603A27;
}
</style>
border-color css
<style>
span { border-color: #603A27; }
span { border-color: rgb(96,58,39); }
td.TdClassName
{
border-color: #603A27;
}
.TagClassName
{
border-color: #603A27;
}
</style>