Shades of Pueblo #652C21
Tints of Pueblo #652C21
RGB
CMYK
RGB Variations
Color information
#652C21 (or 0x652C21) is known color: Pueblo. HEX triplet: 65, 2C and 21. RGB value is (101,44,33). Sum of RGB (Red+Green+Blue) = 101+44+33=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #652C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652C21 is #9AD3DE. Grayscale: #3B3B3B. Windows color (decimal): -10146783 or 2174053. OLE color: 2174053.
HSL color Cylindrical-coordinate representation of color #652C21: hue angle of 9.71º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652C21 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 33 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.60 |
| HSL | 9.71º | 0.51% | 0.26% | - |
| HSV(B) | 9.71º | 0.67% | 0.4% | - |
| XYZ | 6.54 | 4.68 | 2 | - |
| YUV | 59.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 33 | 0 | 0.56 | 0.67 | 0.60 | 9.71 | 0.51 | 0.26 |
| Hex | 65 | 2C | 21 | 0 | 38 | 43 | 3C | A | 33 | 1A |
| Octal | 145 | 54 | 41 | 0 | 70 | 103 | 74 | 12 | 63 | 32 |
| Binary | 1100101 | 101100 | 100001 | 0 | 111000 | 1000011 | 111100 | 1010 | 110011 | 11010 |
Color Harmonies of #652C21
Complementary color
Monochromatic Colors of #652C21
Black with #652C21
Text Example
Text Example
White with #652C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C21; }
p { color: rgb(101,44,33); }
H1.HeaderClassName
{
color: #652C21;
}
.AnyTagClassName
{
color: #652C21;
}
</style>
background-color css
<style>
a { background-color: #652C21; }
a { background-color: rgb(101,44,33); }
div.DivClassName
{
background-color: #652C21;
}
.BgClassName
{
background-color: #652C21;
}
</style>
border-color css
<style>
span { border-color: #652C21; }
span { border-color: rgb(101,44,33); }
td.TdClassName
{
border-color: #652C21;
}
.TagClassName
{
border-color: #652C21;
}
</style>