Shades of Carnaby Tan #603C22
Tints of Carnaby Tan #603C22
RGB
CMYK
RGB Variations
Color information
#603C22 (or 0x603C22) is known color: Carnaby Tan. HEX triplet: 60, 3C and 22. RGB value is (96,60,34). Sum of RGB (Red+Green+Blue) = 96+60+34=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #603C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C22 is #9FC3DD. Grayscale: #434343. Windows color (decimal): -10470366 or 2243680. OLE color: 2243680.
HSL color Cylindrical-coordinate representation of color #603C22: hue angle of 25.16º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #603C22 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 34 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.62 |
| HSL | 25.16º | 0.48% | 0.25% | - |
| HSV(B) | 25.16º | 0.65% | 0.38% | - |
| XYZ | 6.73 | 5.83 | 2.28 | - |
| YUV | 67.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 34 | 0 | 0.38 | 0.65 | 0.62 | 25.16 | 0.48 | 0.25 |
| Hex | 60 | 3C | 22 | 0 | 26 | 41 | 3E | 19 | 30 | 19 |
| Octal | 140 | 74 | 42 | 0 | 46 | 101 | 76 | 31 | 60 | 31 |
| Binary | 1100000 | 111100 | 100010 | 0 | 100110 | 1000001 | 111110 | 11001 | 110000 | 11001 |
Color Harmonies of #603C22
Complementary color
Monochromatic Colors of #603C22
Black with #603C22
Text Example
Text Example
White with #603C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C22; }
p { color: rgb(96,60,34); }
H1.HeaderClassName
{
color: #603C22;
}
.AnyTagClassName
{
color: #603C22;
}
</style>
background-color css
<style>
a { background-color: #603C22; }
a { background-color: rgb(96,60,34); }
div.DivClassName
{
background-color: #603C22;
}
.BgClassName
{
background-color: #603C22;
}
</style>
border-color css
<style>
span { border-color: #603C22; }
span { border-color: rgb(96,60,34); }
td.TdClassName
{
border-color: #603C22;
}
.TagClassName
{
border-color: #603C22;
}
</style>