Shades of Pueblo #662D21
Tints of Pueblo #662D21
RGB
CMYK
RGB Variations
Color information
#662D21 (or 0x662D21) is known color: Pueblo. HEX triplet: 66, 2D and 21. RGB value is (102,45,33). Sum of RGB (Red+Green+Blue) = 102+45+33=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #662D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D21 is #99D2DE. Grayscale: #3C3C3C. Windows color (decimal): -10080991 or 2174310. OLE color: 2174310.
HSL color Cylindrical-coordinate representation of color #662D21: hue angle of 10.43º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662D21 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 33 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.6 |
| HSL | 10.43º | 0.51% | 0.26% | - |
| HSV(B) | 10.43º | 0.68% | 0.4% | - |
| XYZ | 6.69 | 4.81 | 2.01 | - |
| YUV | 60.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 33 | 0 | 0.56 | 0.68 | 0.6 | 10.43 | 0.51 | 0.26 |
| Hex | 66 | 2D | 21 | 0 | 38 | 44 | 3C | A | 33 | 1A |
| Octal | 146 | 55 | 41 | 0 | 70 | 104 | 74 | 12 | 63 | 32 |
| Binary | 1100110 | 101101 | 100001 | 0 | 111000 | 1000100 | 111100 | 1010 | 110011 | 11010 |
Color Harmonies of #662D21
Complementary color
Monochromatic Colors of #662D21
Black with #662D21
Text Example
Text Example
White with #662D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D21; }
p { color: rgb(102,45,33); }
H1.HeaderClassName
{
color: #662D21;
}
.AnyTagClassName
{
color: #662D21;
}
</style>
background-color css
<style>
a { background-color: #662D21; }
a { background-color: rgb(102,45,33); }
div.DivClassName
{
background-color: #662D21;
}
.BgClassName
{
background-color: #662D21;
}
</style>
border-color css
<style>
span { border-color: #662D21; }
span { border-color: rgb(102,45,33); }
td.TdClassName
{
border-color: #662D21;
}
.TagClassName
{
border-color: #662D21;
}
</style>