Shades of Carnaby Tan #60381F
Tints of Carnaby Tan #60381F
RGB
CMYK
RGB Variations
Color information
#60381F (or 0x60381F) is known color: Carnaby Tan. HEX triplet: 60, 38 and 1F. RGB value is (96,56,31). Sum of RGB (Red+Green+Blue) = 96+56+31=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #60381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60381F is #9FC7E0. Grayscale: #414141. Windows color (decimal): -10471393 or 2046048. OLE color: 2046048.
HSL color Cylindrical-coordinate representation of color #60381F: hue angle of 23.08º 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 #60381F is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 31 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.62 |
| HSL | 23.08º | 0.51% | 0.25% | - |
| HSV(B) | 23.08º | 0.68% | 0.38% | - |
| XYZ | 6.49 | 5.41 | 2 | - |
| YUV | 65.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 31 | 0 | 0.42 | 0.68 | 0.62 | 23.08 | 0.51 | 0.25 |
| Hex | 60 | 38 | 1F | 0 | 2A | 44 | 3E | 17 | 33 | 19 |
| Octal | 140 | 70 | 37 | 0 | 52 | 104 | 76 | 27 | 63 | 31 |
| Binary | 1100000 | 111000 | 11111 | 0 | 101010 | 1000100 | 111110 | 10111 | 110011 | 11001 |
Color Harmonies of #60381F
Complementary color
Monochromatic Colors of #60381F
Black with #60381F
Text Example
Text Example
White with #60381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60381F; }
p { color: rgb(96,56,31); }
H1.HeaderClassName
{
color: #60381F;
}
.AnyTagClassName
{
color: #60381F;
}
</style>
background-color css
<style>
a { background-color: #60381F; }
a { background-color: rgb(96,56,31); }
div.DivClassName
{
background-color: #60381F;
}
.BgClassName
{
background-color: #60381F;
}
</style>
border-color css
<style>
span { border-color: #60381F; }
span { border-color: rgb(96,56,31); }
td.TdClassName
{
border-color: #60381F;
}
.TagClassName
{
border-color: #60381F;
}
</style>