Shades of Carnaby Tan #603B1F
Tints of Carnaby Tan #603B1F
RGB
CMYK
RGB Variations
Color information
#603B1F (or 0x603B1F) is known color: Carnaby Tan. HEX triplet: 60, 3B and 1F. RGB value is (96,59,31). Sum of RGB (Red+Green+Blue) = 96+59+31=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #603B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B1F is #9FC4E0. Grayscale: #434343. Windows color (decimal): -10470625 or 2046816. OLE color: 2046816.
HSL color Cylindrical-coordinate representation of color #603B1F: hue angle of 25.85º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603B1F is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 31 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.62 |
| HSL | 25.85º | 0.51% | 0.25% | - |
| HSV(B) | 25.85º | 0.68% | 0.38% | - |
| XYZ | 6.64 | 5.71 | 2.05 | - |
| YUV | 66.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 31 | 0 | 0.39 | 0.68 | 0.62 | 25.85 | 0.51 | 0.25 |
| Hex | 60 | 3B | 1F | 0 | 27 | 44 | 3E | 1A | 33 | 19 |
| Octal | 140 | 73 | 37 | 0 | 47 | 104 | 76 | 32 | 63 | 31 |
| Binary | 1100000 | 111011 | 11111 | 0 | 100111 | 1000100 | 111110 | 11010 | 110011 | 11001 |
Color Harmonies of #603B1F
Complementary color
Monochromatic Colors of #603B1F
Black with #603B1F
Text Example
Text Example
White with #603B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B1F; }
p { color: rgb(96,59,31); }
H1.HeaderClassName
{
color: #603B1F;
}
.AnyTagClassName
{
color: #603B1F;
}
</style>
background-color css
<style>
a { background-color: #603B1F; }
a { background-color: rgb(96,59,31); }
div.DivClassName
{
background-color: #603B1F;
}
.BgClassName
{
background-color: #603B1F;
}
</style>
border-color css
<style>
span { border-color: #603B1F; }
span { border-color: rgb(96,59,31); }
td.TdClassName
{
border-color: #603B1F;
}
.TagClassName
{
border-color: #603B1F;
}
</style>