Shades of Pueblo #6F2C23
Tints of Pueblo #6F2C23
RGB
CMYK
RGB Variations
Color information
#6F2C23 (or 0x6F2C23) is known color: Pueblo. HEX triplet: 6F, 2C and 23. RGB value is (111,44,35). Sum of RGB (Red+Green+Blue) = 111+44+35=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2C23 is #90D3DC. Grayscale: #3F3F3F. Windows color (decimal): -9491421 or 2305135. OLE color: 2305135.
HSL color Cylindrical-coordinate representation of color #6F2C23: hue angle of 7.11º degrees, saturation: 0.52, 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 #6F2C23 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 44 | 35 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.56 |
| HSL | 7.11º | 0.52% | 0.29% | - |
| HSV(B) | 7.11º | 0.68% | 0.44% | - |
| XYZ | 7.76 | 5.3 | 2.2 | - |
| YUV | 63.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 35 | 0 | 0.60 | 0.68 | 0.56 | 7.11 | 0.52 | 0.29 |
| Hex | 6F | 2C | 23 | 0 | 3C | 44 | 38 | 7 | 34 | 1D |
| Octal | 157 | 54 | 43 | 0 | 74 | 104 | 70 | 7 | 64 | 35 |
| Binary | 1101111 | 101100 | 100011 | 0 | 111100 | 1000100 | 111000 | 111 | 110100 | 11101 |
Color Harmonies of #6F2C23
Complementary color
Monochromatic Colors of #6F2C23
Black with #6F2C23
Text Example
Text Example
White with #6F2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2C23; }
p { color: rgb(111,44,35); }
H1.HeaderClassName
{
color: #6F2C23;
}
.AnyTagClassName
{
color: #6F2C23;
}
</style>
background-color css
<style>
a { background-color: #6F2C23; }
a { background-color: rgb(111,44,35); }
div.DivClassName
{
background-color: #6F2C23;
}
.BgClassName
{
background-color: #6F2C23;
}
</style>
border-color css
<style>
span { border-color: #6F2C23; }
span { border-color: rgb(111,44,35); }
td.TdClassName
{
border-color: #6F2C23;
}
.TagClassName
{
border-color: #6F2C23;
}
</style>