Shades of Carnaby Tan #603A26
Tints of Carnaby Tan #603A26
RGB
CMYK
RGB Variations
Color information
#603A26 (or 0x603A26) is known color: Carnaby Tan. HEX triplet: 60, 3A and 26. RGB value is (96,58,38). Sum of RGB (Red+Green+Blue) = 96+58+38=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #603A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A26 is #9FC5D9. Grayscale: #434343. Windows color (decimal): -10470874 or 2505312. OLE color: 2505312.
HSL color Cylindrical-coordinate representation of color #603A26: hue angle of 20.69º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #603A26 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 38 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.62 |
| HSL | 20.69º | 0.43% | 0.26% | - |
| HSV(B) | 20.69º | 0.6% | 0.38% | - |
| XYZ | 6.69 | 5.65 | 2.57 | - |
| YUV | 67.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 38 | 0 | 0.40 | 0.60 | 0.62 | 20.69 | 0.43 | 0.26 |
| Hex | 60 | 3A | 26 | 0 | 28 | 3C | 3E | 15 | 2B | 1A |
| Octal | 140 | 72 | 46 | 0 | 50 | 74 | 76 | 25 | 53 | 32 |
| Binary | 1100000 | 111010 | 100110 | 0 | 101000 | 111100 | 111110 | 10101 | 101011 | 11010 |
Color Harmonies of #603A26
Complementary color
Monochromatic Colors of #603A26
Black with #603A26
Text Example
Text Example
White with #603A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A26; }
p { color: rgb(96,58,38); }
H1.HeaderClassName
{
color: #603A26;
}
.AnyTagClassName
{
color: #603A26;
}
</style>
background-color css
<style>
a { background-color: #603A26; }
a { background-color: rgb(96,58,38); }
div.DivClassName
{
background-color: #603A26;
}
.BgClassName
{
background-color: #603A26;
}
</style>
border-color css
<style>
span { border-color: #603A26; }
span { border-color: rgb(96,58,38); }
td.TdClassName
{
border-color: #603A26;
}
.TagClassName
{
border-color: #603A26;
}
</style>