Shades of Pueblo #662E24
Tints of Pueblo #662E24
RGB
CMYK
RGB Variations
Color information
#662E24 (or 0x662E24) is known color: Pueblo. HEX triplet: 66, 2E and 24. RGB value is (102,46,36). Sum of RGB (Red+Green+Blue) = 102+46+36=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #662E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E24 is #99D1DB. Grayscale: #3D3D3D. Windows color (decimal): -10080732 or 2371174. OLE color: 2371174.
HSL color Cylindrical-coordinate representation of color #662E24: hue angle of 9.09º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662E24 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 36 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.6 |
| HSL | 9.09º | 0.48% | 0.27% | - |
| HSV(B) | 9.09º | 0.65% | 0.4% | - |
| XYZ | 6.77 | 4.91 | 2.26 | - |
| YUV | 61.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 36 | 0 | 0.55 | 0.65 | 0.6 | 9.09 | 0.48 | 0.27 |
| Hex | 66 | 2E | 24 | 0 | 37 | 41 | 3C | 9 | 30 | 1B |
| Octal | 146 | 56 | 44 | 0 | 67 | 101 | 74 | 11 | 60 | 33 |
| Binary | 1100110 | 101110 | 100100 | 0 | 110111 | 1000001 | 111100 | 1001 | 110000 | 11011 |
Color Harmonies of #662E24
Complementary color
Monochromatic Colors of #662E24
Black with #662E24
Text Example
Text Example
White with #662E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E24; }
p { color: rgb(102,46,36); }
H1.HeaderClassName
{
color: #662E24;
}
.AnyTagClassName
{
color: #662E24;
}
</style>
background-color css
<style>
a { background-color: #662E24; }
a { background-color: rgb(102,46,36); }
div.DivClassName
{
background-color: #662E24;
}
.BgClassName
{
background-color: #662E24;
}
</style>
border-color css
<style>
span { border-color: #662E24; }
span { border-color: rgb(102,46,36); }
td.TdClassName
{
border-color: #662E24;
}
.TagClassName
{
border-color: #662E24;
}
</style>