Shades of Pueblo #662F26
Tints of Pueblo #662F26
RGB
CMYK
RGB Variations
Color information
#662F26 (or 0x662F26) is known color: Pueblo. HEX triplet: 66, 2F and 26. RGB value is (102,47,38). Sum of RGB (Red+Green+Blue) = 102+47+38=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #662F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F26 is #99D0D9. Grayscale: #3E3E3E. Windows color (decimal): -10080474 or 2502502. OLE color: 2502502.
HSL color Cylindrical-coordinate representation of color #662F26: hue angle of 8.44º 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 #662F26 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 38 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.6 |
| HSL | 8.44º | 0.46% | 0.27% | - |
| HSV(B) | 8.44º | 0.63% | 0.4% | - |
| XYZ | 6.85 | 5 | 2.44 | - |
| YUV | 62.42 | 114.22 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 38 | 0 | 0.54 | 0.63 | 0.6 | 8.44 | 0.46 | 0.27 |
| Hex | 66 | 2F | 26 | 0 | 36 | 3F | 3C | 8 | 2E | 1B |
| Octal | 146 | 57 | 46 | 0 | 66 | 77 | 74 | 10 | 56 | 33 |
| Binary | 1100110 | 101111 | 100110 | 0 | 110110 | 111111 | 111100 | 1000 | 101110 | 11011 |
Color Harmonies of #662F26
Complementary color
Monochromatic Colors of #662F26
Black with #662F26
Text Example
Text Example
White with #662F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F26; }
p { color: rgb(102,47,38); }
H1.HeaderClassName
{
color: #662F26;
}
.AnyTagClassName
{
color: #662F26;
}
</style>
background-color css
<style>
a { background-color: #662F26; }
a { background-color: rgb(102,47,38); }
div.DivClassName
{
background-color: #662F26;
}
.BgClassName
{
background-color: #662F26;
}
</style>
border-color css
<style>
span { border-color: #662F26; }
span { border-color: rgb(102,47,38); }
td.TdClassName
{
border-color: #662F26;
}
.TagClassName
{
border-color: #662F26;
}
</style>