Shades of Pueblo #672E26
Tints of Pueblo #672E26
RGB
CMYK
RGB Variations
Color information
#672E26 (or 0x672E26) is known color: Pueblo. HEX triplet: 67, 2E and 26. RGB value is (103,46,38). Sum of RGB (Red+Green+Blue) = 103+46+38=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #672E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672E26 is #98D1D9. Grayscale: #3E3E3E. Windows color (decimal): -10015194 or 2502247. OLE color: 2502247.
HSL color Cylindrical-coordinate representation of color #672E26: hue angle of 7.38º 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 #672E26 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 46 | 38 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.60 |
| HSL | 7.38º | 0.46% | 0.28% | - |
| HSV(B) | 7.38º | 0.63% | 0.4% | - |
| XYZ | 6.92 | 4.98 | 2.43 | - |
| YUV | 62.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 38 | 0 | 0.55 | 0.63 | 0.60 | 7.38 | 0.46 | 0.28 |
| Hex | 67 | 2E | 26 | 0 | 37 | 3F | 3C | 7 | 2E | 1C |
| Octal | 147 | 56 | 46 | 0 | 67 | 77 | 74 | 7 | 56 | 34 |
| Binary | 1100111 | 101110 | 100110 | 0 | 110111 | 111111 | 111100 | 111 | 101110 | 11100 |
Color Harmonies of #672E26
Complementary color
Monochromatic Colors of #672E26
Black with #672E26
Text Example
Text Example
White with #672E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672E26; }
p { color: rgb(103,46,38); }
H1.HeaderClassName
{
color: #672E26;
}
.AnyTagClassName
{
color: #672E26;
}
</style>
background-color css
<style>
a { background-color: #672E26; }
a { background-color: rgb(103,46,38); }
div.DivClassName
{
background-color: #672E26;
}
.BgClassName
{
background-color: #672E26;
}
</style>
border-color css
<style>
span { border-color: #672E26; }
span { border-color: rgb(103,46,38); }
td.TdClassName
{
border-color: #672E26;
}
.TagClassName
{
border-color: #672E26;
}
</style>