Shades of Carnaby Tan #603D21
Tints of Carnaby Tan #603D21
RGB
CMYK
RGB Variations
Color information
#603D21 (or 0x603D21) is known color: Carnaby Tan. HEX triplet: 60, 3D and 21. RGB value is (96,61,33). Sum of RGB (Red+Green+Blue) = 96+61+33=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #603D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D21 is #9FC2DE. Grayscale: #444444. Windows color (decimal): -10470111 or 2178400. OLE color: 2178400.
HSL color Cylindrical-coordinate representation of color #603D21: hue angle of 26.67º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603D21 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 33 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.62 |
| HSL | 26.67º | 0.49% | 0.25% | - |
| HSV(B) | 26.67º | 0.66% | 0.38% | - |
| XYZ | 6.77 | 5.93 | 2.23 | - |
| YUV | 68.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 33 | 0 | 0.36 | 0.66 | 0.62 | 26.67 | 0.49 | 0.25 |
| Hex | 60 | 3D | 21 | 0 | 24 | 42 | 3E | 1B | 31 | 19 |
| Octal | 140 | 75 | 41 | 0 | 44 | 102 | 76 | 33 | 61 | 31 |
| Binary | 1100000 | 111101 | 100001 | 0 | 100100 | 1000010 | 111110 | 11011 | 110001 | 11001 |
Color Harmonies of #603D21
Complementary color
Monochromatic Colors of #603D21
Black with #603D21
Text Example
Text Example
White with #603D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D21; }
p { color: rgb(96,61,33); }
H1.HeaderClassName
{
color: #603D21;
}
.AnyTagClassName
{
color: #603D21;
}
</style>
background-color css
<style>
a { background-color: #603D21; }
a { background-color: rgb(96,61,33); }
div.DivClassName
{
background-color: #603D21;
}
.BgClassName
{
background-color: #603D21;
}
</style>
border-color css
<style>
span { border-color: #603D21; }
span { border-color: rgb(96,61,33); }
td.TdClassName
{
border-color: #603D21;
}
.TagClassName
{
border-color: #603D21;
}
</style>