Shades of Pueblo #672D26
Tints of Pueblo #672D26
RGB
CMYK
RGB Variations
Color information
#672D26 (or 0x672D26) is known color: Pueblo. HEX triplet: 67, 2D and 26. RGB value is (103,45,38). Sum of RGB (Red+Green+Blue) = 103+45+38=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #672D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D26 is #98D2D9. Grayscale: #3D3D3D. Windows color (decimal): -10015450 or 2501991. OLE color: 2501991.
HSL color Cylindrical-coordinate representation of color #672D26: hue angle of 6.46º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672D26 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 38 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.60 |
| HSL | 6.46º | 0.46% | 0.28% | - |
| HSV(B) | 6.46º | 0.63% | 0.4% | - |
| XYZ | 6.88 | 4.9 | 2.42 | - |
| YUV | 61.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 38 | 0 | 0.56 | 0.63 | 0.60 | 6.46 | 0.46 | 0.28 |
| Hex | 67 | 2D | 26 | 0 | 38 | 3F | 3C | 6 | 2E | 1C |
| Octal | 147 | 55 | 46 | 0 | 70 | 77 | 74 | 6 | 56 | 34 |
| Binary | 1100111 | 101101 | 100110 | 0 | 111000 | 111111 | 111100 | 110 | 101110 | 11100 |
Color Harmonies of #672D26
Complementary color
Monochromatic Colors of #672D26
Black with #672D26
Text Example
Text Example
White with #672D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D26; }
p { color: rgb(103,45,38); }
H1.HeaderClassName
{
color: #672D26;
}
.AnyTagClassName
{
color: #672D26;
}
</style>
background-color css
<style>
a { background-color: #672D26; }
a { background-color: rgb(103,45,38); }
div.DivClassName
{
background-color: #672D26;
}
.BgClassName
{
background-color: #672D26;
}
</style>
border-color css
<style>
span { border-color: #672D26; }
span { border-color: rgb(103,45,38); }
td.TdClassName
{
border-color: #672D26;
}
.TagClassName
{
border-color: #672D26;
}
</style>