Shades of Pueblo #662B1B
Tints of Pueblo #662B1B
RGB
CMYK
RGB Variations
Color information
#662B1B (or 0x662B1B) is known color: Pueblo. HEX triplet: 66, 2B and 1B. RGB value is (102,43,27). Sum of RGB (Red+Green+Blue) = 102+43+27=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B1B is #99D4E4. Grayscale: #3A3A3A. Windows color (decimal): -10081509 or 1780582. OLE color: 1780582.
HSL color Cylindrical-coordinate representation of color #662B1B: hue angle of 12.8º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #662B1B is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 43 | 27 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.6 |
| HSL | 12.8º | 0.58% | 0.25% | - |
| HSV(B) | 12.8º | 0.74% | 0.4% | - |
| XYZ | 6.54 | 4.63 | 1.59 | - |
| YUV | 58.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 27 | 0 | 0.58 | 0.74 | 0.6 | 12.8 | 0.58 | 0.25 |
| Hex | 66 | 2B | 1B | 0 | 3A | 4A | 3C | D | 3A | 19 |
| Octal | 146 | 53 | 33 | 0 | 72 | 112 | 74 | 15 | 72 | 31 |
| Binary | 1100110 | 101011 | 11011 | 0 | 111010 | 1001010 | 111100 | 1101 | 111010 | 11001 |
Color Harmonies of #662B1B
Complementary color
Monochromatic Colors of #662B1B
Black with #662B1B
Text Example
Text Example
White with #662B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662B1B; }
p { color: rgb(102,43,27); }
H1.HeaderClassName
{
color: #662B1B;
}
.AnyTagClassName
{
color: #662B1B;
}
</style>
background-color css
<style>
a { background-color: #662B1B; }
a { background-color: rgb(102,43,27); }
div.DivClassName
{
background-color: #662B1B;
}
.BgClassName
{
background-color: #662B1B;
}
</style>
border-color css
<style>
span { border-color: #662B1B; }
span { border-color: rgb(102,43,27); }
td.TdClassName
{
border-color: #662B1B;
}
.TagClassName
{
border-color: #662B1B;
}
</style>