Shades of Pueblo #662C20
Tints of Pueblo #662C20
RGB
CMYK
RGB Variations
Color information
#662C20 (or 0x662C20) is known color: Pueblo. HEX triplet: 66, 2C and 20. RGB value is (102,44,32). Sum of RGB (Red+Green+Blue) = 102+44+32=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #662C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C20 is #99D3DF. Grayscale: #3C3C3C. Windows color (decimal): -10081248 or 2108518. OLE color: 2108518.
HSL color Cylindrical-coordinate representation of color #662C20: hue angle of 10.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662C20 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 32 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.6 |
| HSL | 10.29º | 0.52% | 0.26% | - |
| HSV(B) | 10.29º | 0.69% | 0.4% | - |
| XYZ | 6.64 | 4.73 | 1.93 | - |
| YUV | 59.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 32 | 0 | 0.57 | 0.69 | 0.6 | 10.29 | 0.52 | 0.26 |
| Hex | 66 | 2C | 20 | 0 | 39 | 45 | 3C | A | 34 | 1A |
| Octal | 146 | 54 | 40 | 0 | 71 | 105 | 74 | 12 | 64 | 32 |
| Binary | 1100110 | 101100 | 100000 | 0 | 111001 | 1000101 | 111100 | 1010 | 110100 | 11010 |
Color Harmonies of #662C20
Complementary color
Monochromatic Colors of #662C20
Black with #662C20
Text Example
Text Example
White with #662C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C20; }
p { color: rgb(102,44,32); }
H1.HeaderClassName
{
color: #662C20;
}
.AnyTagClassName
{
color: #662C20;
}
</style>
background-color css
<style>
a { background-color: #662C20; }
a { background-color: rgb(102,44,32); }
div.DivClassName
{
background-color: #662C20;
}
.BgClassName
{
background-color: #662C20;
}
</style>
border-color css
<style>
span { border-color: #662C20; }
span { border-color: rgb(102,44,32); }
td.TdClassName
{
border-color: #662C20;
}
.TagClassName
{
border-color: #662C20;
}
</style>