Shades of Carnaby Tan #603B27
Tints of Carnaby Tan #603B27
RGB
CMYK
RGB Variations
Color information
#603B27 (or 0x603B27) is known color: Carnaby Tan. HEX triplet: 60, 3B and 27. RGB value is (96,59,39). Sum of RGB (Red+Green+Blue) = 96+59+39=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #603B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B27 is #9FC4D8. Grayscale: #434343. Windows color (decimal): -10470617 or 2571104. OLE color: 2571104.
HSL color Cylindrical-coordinate representation of color #603B27: hue angle of 21.05º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #603B27 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 39 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.62 |
| HSL | 21.05º | 0.42% | 0.26% | - |
| HSV(B) | 21.05º | 0.59% | 0.38% | - |
| XYZ | 6.75 | 5.76 | 2.68 | - |
| YUV | 67.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 39 | 0 | 0.39 | 0.59 | 0.62 | 21.05 | 0.42 | 0.26 |
| Hex | 60 | 3B | 27 | 0 | 27 | 3B | 3E | 15 | 2A | 1A |
| Octal | 140 | 73 | 47 | 0 | 47 | 73 | 76 | 25 | 52 | 32 |
| Binary | 1100000 | 111011 | 100111 | 0 | 100111 | 111011 | 111110 | 10101 | 101010 | 11010 |
Color Harmonies of #603B27
Complementary color
Monochromatic Colors of #603B27
Black with #603B27
Text Example
Text Example
White with #603B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B27; }
p { color: rgb(96,59,39); }
H1.HeaderClassName
{
color: #603B27;
}
.AnyTagClassName
{
color: #603B27;
}
</style>
background-color css
<style>
a { background-color: #603B27; }
a { background-color: rgb(96,59,39); }
div.DivClassName
{
background-color: #603B27;
}
.BgClassName
{
background-color: #603B27;
}
</style>
border-color css
<style>
span { border-color: #603B27; }
span { border-color: rgb(96,59,39); }
td.TdClassName
{
border-color: #603B27;
}
.TagClassName
{
border-color: #603B27;
}
</style>