Shades of Pueblo #6F3124
Tints of Pueblo #6F3124
RGB
CMYK
RGB Variations
Color information
#6F3124 (or 0x6F3124) is known color: Pueblo. HEX triplet: 6F, 31 and 24. RGB value is (111,49,36). Sum of RGB (Red+Green+Blue) = 111+49+36=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3124 is #90CEDB. Grayscale: #424242. Windows color (decimal): -9490140 or 2371951. OLE color: 2371951.
HSL color Cylindrical-coordinate representation of color #6F3124: hue angle of 10.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F3124 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 36 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.56 |
| HSL | 10.4º | 0.51% | 0.29% | - |
| HSV(B) | 10.4º | 0.68% | 0.44% | - |
| XYZ | 7.97 | 5.7 | 2.35 | - |
| YUV | 66.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 36 | 0 | 0.56 | 0.68 | 0.56 | 10.4 | 0.51 | 0.29 |
| Hex | 6F | 31 | 24 | 0 | 38 | 44 | 38 | A | 33 | 1D |
| Octal | 157 | 61 | 44 | 0 | 70 | 104 | 70 | 12 | 63 | 35 |
| Binary | 1101111 | 110001 | 100100 | 0 | 111000 | 1000100 | 111000 | 1010 | 110011 | 11101 |
Color Harmonies of #6F3124
Complementary color
Monochromatic Colors of #6F3124
Black with #6F3124
Text Example
Text Example
White with #6F3124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3124; }
p { color: rgb(111,49,36); }
H1.HeaderClassName
{
color: #6F3124;
}
.AnyTagClassName
{
color: #6F3124;
}
</style>
background-color css
<style>
a { background-color: #6F3124; }
a { background-color: rgb(111,49,36); }
div.DivClassName
{
background-color: #6F3124;
}
.BgClassName
{
background-color: #6F3124;
}
</style>
border-color css
<style>
span { border-color: #6F3124; }
span { border-color: rgb(111,49,36); }
td.TdClassName
{
border-color: #6F3124;
}
.TagClassName
{
border-color: #6F3124;
}
</style>