Shades of Carnaby Tan #633A1F
Tints of Carnaby Tan #633A1F
RGB
CMYK
RGB Variations
Color information
#633A1F (or 0x633A1F) is known color: Carnaby Tan. HEX triplet: 63, 3A and 1F. RGB value is (99,58,31). Sum of RGB (Red+Green+Blue) = 99+58+31=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #633A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A1F is #9CC5E0. Grayscale: #434343. Windows color (decimal): -10274273 or 2046563. OLE color: 2046563.
HSL color Cylindrical-coordinate representation of color #633A1F: hue angle of 23.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #633A1F is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 58 | 31 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.61 |
| HSL | 23.82º | 0.52% | 0.25% | - |
| HSV(B) | 23.82º | 0.69% | 0.39% | - |
| XYZ | 6.91 | 5.78 | 2.05 | - |
| YUV | 67.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 31 | 0 | 0.41 | 0.69 | 0.61 | 23.82 | 0.52 | 0.25 |
| Hex | 63 | 3A | 1F | 0 | 29 | 45 | 3D | 18 | 34 | 19 |
| Octal | 143 | 72 | 37 | 0 | 51 | 105 | 75 | 30 | 64 | 31 |
| Binary | 1100011 | 111010 | 11111 | 0 | 101001 | 1000101 | 111101 | 11000 | 110100 | 11001 |
Color Harmonies of #633A1F
Complementary color
Monochromatic Colors of #633A1F
Black with #633A1F
Text Example
Text Example
White with #633A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A1F; }
p { color: rgb(99,58,31); }
H1.HeaderClassName
{
color: #633A1F;
}
.AnyTagClassName
{
color: #633A1F;
}
</style>
background-color css
<style>
a { background-color: #633A1F; }
a { background-color: rgb(99,58,31); }
div.DivClassName
{
background-color: #633A1F;
}
.BgClassName
{
background-color: #633A1F;
}
</style>
border-color css
<style>
span { border-color: #633A1F; }
span { border-color: rgb(99,58,31); }
td.TdClassName
{
border-color: #633A1F;
}
.TagClassName
{
border-color: #633A1F;
}
</style>