Shades of Carnaby Tan #603B24
Tints of Carnaby Tan #603B24
RGB
CMYK
RGB Variations
Color information
#603B24 (or 0x603B24) is known color: Carnaby Tan. HEX triplet: 60, 3B and 24. RGB value is (96,59,36). Sum of RGB (Red+Green+Blue) = 96+59+36=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #603B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B24 is #9FC4DB. Grayscale: #434343. Windows color (decimal): -10470620 or 2374496. OLE color: 2374496.
HSL color Cylindrical-coordinate representation of color #603B24: hue angle of 23º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #603B24 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 36 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.62 |
| HSL | 23º | 0.45% | 0.26% | - |
| HSV(B) | 23º | 0.63% | 0.38% | - |
| XYZ | 6.71 | 5.74 | 2.42 | - |
| YUV | 67.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 36 | 0 | 0.39 | 0.62 | 0.62 | 23 | 0.45 | 0.26 |
| Hex | 60 | 3B | 24 | 0 | 27 | 3E | 3E | 17 | 2D | 1A |
| Octal | 140 | 73 | 44 | 0 | 47 | 76 | 76 | 27 | 55 | 32 |
| Binary | 1100000 | 111011 | 100100 | 0 | 100111 | 111110 | 111110 | 10111 | 101101 | 11010 |
Color Harmonies of #603B24
Complementary color
Monochromatic Colors of #603B24
Black with #603B24
Text Example
Text Example
White with #603B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B24; }
p { color: rgb(96,59,36); }
H1.HeaderClassName
{
color: #603B24;
}
.AnyTagClassName
{
color: #603B24;
}
</style>
background-color css
<style>
a { background-color: #603B24; }
a { background-color: rgb(96,59,36); }
div.DivClassName
{
background-color: #603B24;
}
.BgClassName
{
background-color: #603B24;
}
</style>
border-color css
<style>
span { border-color: #603B24; }
span { border-color: rgb(96,59,36); }
td.TdClassName
{
border-color: #603B24;
}
.TagClassName
{
border-color: #603B24;
}
</style>