Shades of Pueblo #6A2F1D
Tints of Pueblo #6A2F1D
RGB
CMYK
RGB Variations
Color information
#6A2F1D (or 0x6A2F1D) is known color: Pueblo. HEX triplet: 6A, 2F and 1D. RGB value is (106,47,29). Sum of RGB (Red+Green+Blue) = 106+47+29=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2F1D is #95D0E2. Grayscale: #3E3E3E. Windows color (decimal): -9818339 or 1912682. OLE color: 1912682.
HSL color Cylindrical-coordinate representation of color #6A2F1D: hue angle of 14.03º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A2F1D is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 47 | 29 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.58 |
| HSL | 14.03º | 0.57% | 0.26% | - |
| HSV(B) | 14.03º | 0.73% | 0.42% | - |
| XYZ | 7.18 | 5.19 | 1.78 | - |
| YUV | 62.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 47 | 29 | 0 | 0.56 | 0.73 | 0.58 | 14.03 | 0.57 | 0.26 |
| Hex | 6A | 2F | 1D | 0 | 38 | 49 | 3A | E | 39 | 1A |
| Octal | 152 | 57 | 35 | 0 | 70 | 111 | 72 | 16 | 71 | 32 |
| Binary | 1101010 | 101111 | 11101 | 0 | 111000 | 1001001 | 111010 | 1110 | 111001 | 11010 |
Color Harmonies of #6A2F1D
Complementary color
Monochromatic Colors of #6A2F1D
Black with #6A2F1D
Text Example
Text Example
White with #6A2F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2F1D; }
p { color: rgb(106,47,29); }
H1.HeaderClassName
{
color: #6A2F1D;
}
.AnyTagClassName
{
color: #6A2F1D;
}
</style>
background-color css
<style>
a { background-color: #6A2F1D; }
a { background-color: rgb(106,47,29); }
div.DivClassName
{
background-color: #6A2F1D;
}
.BgClassName
{
background-color: #6A2F1D;
}
</style>
border-color css
<style>
span { border-color: #6A2F1D; }
span { border-color: rgb(106,47,29); }
td.TdClassName
{
border-color: #6A2F1D;
}
.TagClassName
{
border-color: #6A2F1D;
}
</style>