Shades of Pueblo #6F3120
Tints of Pueblo #6F3120
RGB
CMYK
RGB Variations
Color information
#6F3120 (or 0x6F3120) is known color: Pueblo. HEX triplet: 6F, 31 and 20. RGB value is (111,49,32). Sum of RGB (Red+Green+Blue) = 111+49+32=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3120 is #90CEDF. Grayscale: #414141. Windows color (decimal): -9490144 or 2109807. OLE color: 2109807.
HSL color Cylindrical-coordinate representation of color #6F3120: hue angle of 12.91º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F3120 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 32 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.56 |
| HSL | 12.91º | 0.55% | 0.28% | - |
| HSV(B) | 12.91º | 0.71% | 0.44% | - |
| XYZ | 7.91 | 5.68 | 2.05 | - |
| YUV | 65.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 32 | 0 | 0.56 | 0.71 | 0.56 | 12.91 | 0.55 | 0.28 |
| Hex | 6F | 31 | 20 | 0 | 38 | 47 | 38 | D | 37 | 1C |
| Octal | 157 | 61 | 40 | 0 | 70 | 107 | 70 | 15 | 67 | 34 |
| Binary | 1101111 | 110001 | 100000 | 0 | 111000 | 1000111 | 111000 | 1101 | 110111 | 11100 |
Color Harmonies of #6F3120
Complementary color
Monochromatic Colors of #6F3120
Black with #6F3120
Text Example
Text Example
White with #6F3120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3120; }
p { color: rgb(111,49,32); }
H1.HeaderClassName
{
color: #6F3120;
}
.AnyTagClassName
{
color: #6F3120;
}
</style>
background-color css
<style>
a { background-color: #6F3120; }
a { background-color: rgb(111,49,32); }
div.DivClassName
{
background-color: #6F3120;
}
.BgClassName
{
background-color: #6F3120;
}
</style>
border-color css
<style>
span { border-color: #6F3120; }
span { border-color: rgb(111,49,32); }
td.TdClassName
{
border-color: #6F3120;
}
.TagClassName
{
border-color: #6F3120;
}
</style>