Shades of Carnaby Tan #603A1E
Tints of Carnaby Tan #603A1E
RGB
CMYK
RGB Variations
Color information
#603A1E (or 0x603A1E) is known color: Carnaby Tan. HEX triplet: 60, 3A and 1E. RGB value is (96,58,30). Sum of RGB (Red+Green+Blue) = 96+58+30=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #603A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A1E is #9FC5E1. Grayscale: #424242. Windows color (decimal): -10470882 or 1981024. OLE color: 1981024.
HSL color Cylindrical-coordinate representation of color #603A1E: hue angle of 25.45º degrees, saturation: 0.52, 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 #603A1E is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 30 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.62 |
| HSL | 25.45º | 0.52% | 0.25% | - |
| HSV(B) | 25.45º | 0.69% | 0.38% | - |
| XYZ | 6.57 | 5.61 | 1.96 | - |
| YUV | 66.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 30 | 0 | 0.40 | 0.69 | 0.62 | 25.45 | 0.52 | 0.25 |
| Hex | 60 | 3A | 1E | 0 | 28 | 45 | 3E | 19 | 34 | 19 |
| Octal | 140 | 72 | 36 | 0 | 50 | 105 | 76 | 31 | 64 | 31 |
| Binary | 1100000 | 111010 | 11110 | 0 | 101000 | 1000101 | 111110 | 11001 | 110100 | 11001 |
Color Harmonies of #603A1E
Complementary color
Monochromatic Colors of #603A1E
Black with #603A1E
Text Example
Text Example
White with #603A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A1E; }
p { color: rgb(96,58,30); }
H1.HeaderClassName
{
color: #603A1E;
}
.AnyTagClassName
{
color: #603A1E;
}
</style>
background-color css
<style>
a { background-color: #603A1E; }
a { background-color: rgb(96,58,30); }
div.DivClassName
{
background-color: #603A1E;
}
.BgClassName
{
background-color: #603A1E;
}
</style>
border-color css
<style>
span { border-color: #603A1E; }
span { border-color: rgb(96,58,30); }
td.TdClassName
{
border-color: #603A1E;
}
.TagClassName
{
border-color: #603A1E;
}
</style>