Shades of Pueblo #6F321C
Tints of Pueblo #6F321C
RGB
CMYK
RGB Variations
Color information
#6F321C (or 0x6F321C) is known color: Pueblo. HEX triplet: 6F, 32 and 1C. RGB value is (111,50,28). Sum of RGB (Red+Green+Blue) = 111+50+28=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F321C is #90CDE3. Grayscale: #414141. Windows color (decimal): -9489892 or 1847919. OLE color: 1847919.
HSL color Cylindrical-coordinate representation of color #6F321C: hue angle of 15.9º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F321C is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 28 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.56 |
| HSL | 15.9º | 0.6% | 0.27% | - |
| HSV(B) | 15.9º | 0.75% | 0.44% | - |
| XYZ | 7.91 | 5.74 | 1.79 | - |
| YUV | 65.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 28 | 0 | 0.55 | 0.75 | 0.56 | 15.9 | 0.6 | 0.27 |
| Hex | 6F | 32 | 1C | 0 | 37 | 4B | 38 | 10 | 3C | 1B |
| Octal | 157 | 62 | 34 | 0 | 67 | 113 | 70 | 20 | 74 | 33 |
| Binary | 1101111 | 110010 | 11100 | 0 | 110111 | 1001011 | 111000 | 10000 | 111100 | 11011 |
Color Harmonies of #6F321C
Complementary color
Monochromatic Colors of #6F321C
Black with #6F321C
Text Example
Text Example
White with #6F321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F321C; }
p { color: rgb(111,50,28); }
H1.HeaderClassName
{
color: #6F321C;
}
.AnyTagClassName
{
color: #6F321C;
}
</style>
background-color css
<style>
a { background-color: #6F321C; }
a { background-color: rgb(111,50,28); }
div.DivClassName
{
background-color: #6F321C;
}
.BgClassName
{
background-color: #6F321C;
}
</style>
border-color css
<style>
span { border-color: #6F321C; }
span { border-color: rgb(111,50,28); }
td.TdClassName
{
border-color: #6F321C;
}
.TagClassName
{
border-color: #6F321C;
}
</style>