Shades of Carnaby Tan #603C1E
Tints of Carnaby Tan #603C1E
RGB
CMYK
RGB Variations
Color information
#603C1E (or 0x603C1E) is known color: Carnaby Tan. HEX triplet: 60, 3C and 1E. RGB value is (96,60,30). Sum of RGB (Red+Green+Blue) = 96+60+30=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #603C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C1E is #9FC3E1. Grayscale: #434343. Windows color (decimal): -10470370 or 1981536. OLE color: 1981536.
HSL color Cylindrical-coordinate representation of color #603C1E: hue angle of 27.27º 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 #603C1E is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 30 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.62 |
| HSL | 27.27º | 0.52% | 0.25% | - |
| HSV(B) | 27.27º | 0.69% | 0.38% | - |
| XYZ | 6.67 | 5.81 | 2 | - |
| YUV | 67.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 30 | 0 | 0.38 | 0.69 | 0.62 | 27.27 | 0.52 | 0.25 |
| Hex | 60 | 3C | 1E | 0 | 26 | 45 | 3E | 1B | 34 | 19 |
| Octal | 140 | 74 | 36 | 0 | 46 | 105 | 76 | 33 | 64 | 31 |
| Binary | 1100000 | 111100 | 11110 | 0 | 100110 | 1000101 | 111110 | 11011 | 110100 | 11001 |
Color Harmonies of #603C1E
Complementary color
Monochromatic Colors of #603C1E
Black with #603C1E
Text Example
Text Example
White with #603C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C1E; }
p { color: rgb(96,60,30); }
H1.HeaderClassName
{
color: #603C1E;
}
.AnyTagClassName
{
color: #603C1E;
}
</style>
background-color css
<style>
a { background-color: #603C1E; }
a { background-color: rgb(96,60,30); }
div.DivClassName
{
background-color: #603C1E;
}
.BgClassName
{
background-color: #603C1E;
}
</style>
border-color css
<style>
span { border-color: #603C1E; }
span { border-color: rgb(96,60,30); }
td.TdClassName
{
border-color: #603C1E;
}
.TagClassName
{
border-color: #603C1E;
}
</style>