Shades of Pueblo #672B23
Tints of Pueblo #672B23
RGB
CMYK
RGB Variations
Color information
#672B23 (or 0x672B23) is known color: Pueblo. HEX triplet: 67, 2B and 23. RGB value is (103,43,35). Sum of RGB (Red+Green+Blue) = 103+43+35=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #672B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672B23 is #98D4DC. Grayscale: #3C3C3C. Windows color (decimal): -10015965 or 2304871. OLE color: 2304871.
HSL color Cylindrical-coordinate representation of color #672B23: hue angle of 7.06º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #672B23 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 43 | 35 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.60 |
| HSL | 7.06º | 0.49% | 0.27% | - |
| HSV(B) | 7.06º | 0.66% | 0.4% | - |
| XYZ | 6.76 | 4.73 | 2.15 | - |
| YUV | 60.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 35 | 0 | 0.58 | 0.66 | 0.60 | 7.06 | 0.49 | 0.27 |
| Hex | 67 | 2B | 23 | 0 | 3A | 42 | 3C | 7 | 31 | 1B |
| Octal | 147 | 53 | 43 | 0 | 72 | 102 | 74 | 7 | 61 | 33 |
| Binary | 1100111 | 101011 | 100011 | 0 | 111010 | 1000010 | 111100 | 111 | 110001 | 11011 |
Color Harmonies of #672B23
Complementary color
Monochromatic Colors of #672B23
Black with #672B23
Text Example
Text Example
White with #672B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672B23; }
p { color: rgb(103,43,35); }
H1.HeaderClassName
{
color: #672B23;
}
.AnyTagClassName
{
color: #672B23;
}
</style>
background-color css
<style>
a { background-color: #672B23; }
a { background-color: rgb(103,43,35); }
div.DivClassName
{
background-color: #672B23;
}
.BgClassName
{
background-color: #672B23;
}
</style>
border-color css
<style>
span { border-color: #672B23; }
span { border-color: rgb(103,43,35); }
td.TdClassName
{
border-color: #672B23;
}
.TagClassName
{
border-color: #672B23;
}
</style>