Shades of Carnaby Tan #633C22
Tints of Carnaby Tan #633C22
RGB
CMYK
RGB Variations
Color information
#633C22 (or 0x633C22) is known color: Carnaby Tan. HEX triplet: 63, 3C and 22. RGB value is (99,60,34). Sum of RGB (Red+Green+Blue) = 99+60+34=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #633C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C22 is #9CC3DD. Grayscale: #444444. Windows color (decimal): -10273758 or 2243683. OLE color: 2243683.
HSL color Cylindrical-coordinate representation of color #633C22: hue angle of 24º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #633C22 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 34 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.61 |
| HSL | 24º | 0.49% | 0.26% | - |
| HSV(B) | 24º | 0.66% | 0.39% | - |
| XYZ | 7.05 | 6 | 2.3 | - |
| YUV | 68.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 34 | 0 | 0.39 | 0.66 | 0.61 | 24 | 0.49 | 0.26 |
| Hex | 63 | 3C | 22 | 0 | 27 | 42 | 3D | 18 | 31 | 1A |
| Octal | 143 | 74 | 42 | 0 | 47 | 102 | 75 | 30 | 61 | 32 |
| Binary | 1100011 | 111100 | 100010 | 0 | 100111 | 1000010 | 111101 | 11000 | 110001 | 11010 |
Color Harmonies of #633C22
Complementary color
Monochromatic Colors of #633C22
Black with #633C22
Text Example
Text Example
White with #633C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C22; }
p { color: rgb(99,60,34); }
H1.HeaderClassName
{
color: #633C22;
}
.AnyTagClassName
{
color: #633C22;
}
</style>
background-color css
<style>
a { background-color: #633C22; }
a { background-color: rgb(99,60,34); }
div.DivClassName
{
background-color: #633C22;
}
.BgClassName
{
background-color: #633C22;
}
</style>
border-color css
<style>
span { border-color: #633C22; }
span { border-color: rgb(99,60,34); }
td.TdClassName
{
border-color: #633C22;
}
.TagClassName
{
border-color: #633C22;
}
</style>