Shades of Pueblo #662D26
Tints of Pueblo #662D26
RGB
CMYK
RGB Variations
Color information
#662D26 (or 0x662D26) is known color: Pueblo. HEX triplet: 66, 2D and 26. RGB value is (102,45,38). Sum of RGB (Red+Green+Blue) = 102+45+38=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #662D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D26 is #99D2D9. Grayscale: #3D3D3D. Windows color (decimal): -10080986 or 2501990. OLE color: 2501990.
HSL color Cylindrical-coordinate representation of color #662D26: hue angle of 6.56º 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 #662D26 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 38 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.6 |
| HSL | 6.56º | 0.46% | 0.27% | - |
| HSV(B) | 6.56º | 0.63% | 0.4% | - |
| XYZ | 6.77 | 4.84 | 2.41 | - |
| YUV | 61.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 38 | 0 | 0.56 | 0.63 | 0.6 | 6.56 | 0.46 | 0.27 |
| Hex | 66 | 2D | 26 | 0 | 38 | 3F | 3C | 7 | 2E | 1B |
| Octal | 146 | 55 | 46 | 0 | 70 | 77 | 74 | 7 | 56 | 33 |
| Binary | 1100110 | 101101 | 100110 | 0 | 111000 | 111111 | 111100 | 111 | 101110 | 11011 |
Color Harmonies of #662D26
Complementary color
Monochromatic Colors of #662D26
Black with #662D26
Text Example
Text Example
White with #662D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D26; }
p { color: rgb(102,45,38); }
H1.HeaderClassName
{
color: #662D26;
}
.AnyTagClassName
{
color: #662D26;
}
</style>
background-color css
<style>
a { background-color: #662D26; }
a { background-color: rgb(102,45,38); }
div.DivClassName
{
background-color: #662D26;
}
.BgClassName
{
background-color: #662D26;
}
</style>
border-color css
<style>
span { border-color: #662D26; }
span { border-color: rgb(102,45,38); }
td.TdClassName
{
border-color: #662D26;
}
.TagClassName
{
border-color: #662D26;
}
</style>