Shades of Carnaby Tan #603520
Tints of Carnaby Tan #603520
RGB
CMYK
RGB Variations
Color information
#603520 (or 0x603520) is known color: Carnaby Tan. HEX triplet: 60, 35 and 20. RGB value is (96,53,32). Sum of RGB (Red+Green+Blue) = 96+53+32=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #603520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603520 is #9FCADF. Grayscale: #3F3F3F. Windows color (decimal): -10472160 or 2110816. OLE color: 2110816.
HSL color Cylindrical-coordinate representation of color #603520: hue angle of 19.69º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603520 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 32 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.62 |
| HSL | 19.69º | 0.5% | 0.25% | - |
| HSV(B) | 19.69º | 0.67% | 0.38% | - |
| XYZ | 6.36 | 5.14 | 2.02 | - |
| YUV | 63.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 32 | 0 | 0.45 | 0.67 | 0.62 | 19.69 | 0.5 | 0.25 |
| Hex | 60 | 35 | 20 | 0 | 2D | 43 | 3E | 14 | 32 | 19 |
| Octal | 140 | 65 | 40 | 0 | 55 | 103 | 76 | 24 | 62 | 31 |
| Binary | 1100000 | 110101 | 100000 | 0 | 101101 | 1000011 | 111110 | 10100 | 110010 | 11001 |
Color Harmonies of #603520
Complementary color
Monochromatic Colors of #603520
Black with #603520
Text Example
Text Example
White with #603520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603520; }
p { color: rgb(96,53,32); }
H1.HeaderClassName
{
color: #603520;
}
.AnyTagClassName
{
color: #603520;
}
</style>
background-color css
<style>
a { background-color: #603520; }
a { background-color: rgb(96,53,32); }
div.DivClassName
{
background-color: #603520;
}
.BgClassName
{
background-color: #603520;
}
</style>
border-color css
<style>
span { border-color: #603520; }
span { border-color: rgb(96,53,32); }
td.TdClassName
{
border-color: #603520;
}
.TagClassName
{
border-color: #603520;
}
</style>