Shades of Pueblo #672C21
Tints of Pueblo #672C21
RGB
CMYK
RGB Variations
Color information
#672C21 (or 0x672C21) is known color: Pueblo. HEX triplet: 67, 2C and 21. RGB value is (103,44,33). Sum of RGB (Red+Green+Blue) = 103+44+33=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #672C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672C21 is #98D3DE. Grayscale: #3C3C3C. Windows color (decimal): -10015711 or 2174055. OLE color: 2174055.
HSL color Cylindrical-coordinate representation of color #672C21: hue angle of 9.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672C21 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 44 | 33 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.60 |
| HSL | 9.43º | 0.51% | 0.27% | - |
| HSV(B) | 9.43º | 0.68% | 0.4% | - |
| XYZ | 6.77 | 4.79 | 2.01 | - |
| YUV | 60.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 33 | 0 | 0.57 | 0.68 | 0.60 | 9.43 | 0.51 | 0.27 |
| Hex | 67 | 2C | 21 | 0 | 39 | 44 | 3C | 9 | 33 | 1B |
| Octal | 147 | 54 | 41 | 0 | 71 | 104 | 74 | 11 | 63 | 33 |
| Binary | 1100111 | 101100 | 100001 | 0 | 111001 | 1000100 | 111100 | 1001 | 110011 | 11011 |
Color Harmonies of #672C21
Complementary color
Monochromatic Colors of #672C21
Black with #672C21
Text Example
Text Example
White with #672C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C21; }
p { color: rgb(103,44,33); }
H1.HeaderClassName
{
color: #672C21;
}
.AnyTagClassName
{
color: #672C21;
}
</style>
background-color css
<style>
a { background-color: #672C21; }
a { background-color: rgb(103,44,33); }
div.DivClassName
{
background-color: #672C21;
}
.BgClassName
{
background-color: #672C21;
}
</style>
border-color css
<style>
span { border-color: #672C21; }
span { border-color: rgb(103,44,33); }
td.TdClassName
{
border-color: #672C21;
}
.TagClassName
{
border-color: #672C21;
}
</style>