Shades of Pueblo #6A2717
Tints of Pueblo #6A2717
RGB
CMYK
RGB Variations
Color information
#6A2717 (or 0x6A2717) is known color: Pueblo. HEX triplet: 6A, 27 and 17. RGB value is (106,39,23). Sum of RGB (Red+Green+Blue) = 106+39+23=168 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.10% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2717 is #95D8E8. Grayscale: #393939. Windows color (decimal): -9820393 or 1517418. OLE color: 1517418.
HSL color Cylindrical-coordinate representation of color #6A2717: hue angle of 11.57º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A2717 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 39 | 23 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.58 |
| HSL | 11.57º | 0.64% | 0.25% | - |
| HSV(B) | 11.57º | 0.78% | 0.42% | - |
| XYZ | 6.82 | 4.58 | 1.33 | - |
| YUV | 57.21 | 108.7 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 39 | 23 | 0 | 0.63 | 0.78 | 0.58 | 11.57 | 0.64 | 0.25 |
| Hex | 6A | 27 | 17 | 0 | 3F | 4E | 3A | C | 40 | 19 |
| Octal | 152 | 47 | 27 | 0 | 77 | 116 | 72 | 14 | 100 | 31 |
| Binary | 1101010 | 100111 | 10111 | 0 | 111111 | 1001110 | 111010 | 1100 | 1000000 | 11001 |
Color Harmonies of #6A2717
Complementary color
Monochromatic Colors of #6A2717
Black with #6A2717
Text Example
Text Example
White with #6A2717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2717; }
p { color: rgb(106,39,23); }
H1.HeaderClassName
{
color: #6A2717;
}
.AnyTagClassName
{
color: #6A2717;
}
</style>
background-color css
<style>
a { background-color: #6A2717; }
a { background-color: rgb(106,39,23); }
div.DivClassName
{
background-color: #6A2717;
}
.BgClassName
{
background-color: #6A2717;
}
</style>
border-color css
<style>
span { border-color: #6A2717; }
span { border-color: rgb(106,39,23); }
td.TdClassName
{
border-color: #6A2717;
}
.TagClassName
{
border-color: #6A2717;
}
</style>