Shades of Pueblo #662E26
Tints of Pueblo #662E26
RGB
CMYK
RGB Variations
Color information
#662E26 (or 0x662E26) is known color: Pueblo. HEX triplet: 66, 2E and 26. RGB value is (102,46,38). Sum of RGB (Red+Green+Blue) = 102+46+38=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #662E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E26 is #99D1D9. Grayscale: #3D3D3D. Windows color (decimal): -10080730 or 2502246. OLE color: 2502246.
HSL color Cylindrical-coordinate representation of color #662E26: hue angle of 7.5º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662E26 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 38 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.6 |
| HSL | 7.5º | 0.46% | 0.27% | - |
| HSV(B) | 7.5º | 0.63% | 0.4% | - |
| XYZ | 6.81 | 4.92 | 2.42 | - |
| YUV | 61.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 38 | 0 | 0.55 | 0.63 | 0.6 | 7.5 | 0.46 | 0.27 |
| Hex | 66 | 2E | 26 | 0 | 37 | 3F | 3C | 8 | 2E | 1B |
| Octal | 146 | 56 | 46 | 0 | 67 | 77 | 74 | 10 | 56 | 33 |
| Binary | 1100110 | 101110 | 100110 | 0 | 110111 | 111111 | 111100 | 1000 | 101110 | 11011 |
Color Harmonies of #662E26
Complementary color
Monochromatic Colors of #662E26
Black with #662E26
Text Example
Text Example
White with #662E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E26; }
p { color: rgb(102,46,38); }
H1.HeaderClassName
{
color: #662E26;
}
.AnyTagClassName
{
color: #662E26;
}
</style>
background-color css
<style>
a { background-color: #662E26; }
a { background-color: rgb(102,46,38); }
div.DivClassName
{
background-color: #662E26;
}
.BgClassName
{
background-color: #662E26;
}
</style>
border-color css
<style>
span { border-color: #662E26; }
span { border-color: rgb(102,46,38); }
td.TdClassName
{
border-color: #662E26;
}
.TagClassName
{
border-color: #662E26;
}
</style>