Shades of Pueblo #6F2B23
Tints of Pueblo #6F2B23
RGB
CMYK
RGB Variations
Color information
#6F2B23 (or 0x6F2B23) is known color: Pueblo. HEX triplet: 6F, 2B and 23. RGB value is (111,43,35). Sum of RGB (Red+Green+Blue) = 111+43+35=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2B23 is #90D4DC. Grayscale: #3E3E3E. Windows color (decimal): -9491677 or 2304879. OLE color: 2304879.
HSL color Cylindrical-coordinate representation of color #6F2B23: hue angle of 6.32º 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 #6F2B23 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 43 | 35 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.56 |
| HSL | 6.32º | 0.52% | 0.29% | - |
| HSV(B) | 6.32º | 0.68% | 0.44% | - |
| XYZ | 7.72 | 5.23 | 2.19 | - |
| YUV | 62.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 43 | 35 | 0 | 0.61 | 0.68 | 0.56 | 6.32 | 0.52 | 0.29 |
| Hex | 6F | 2B | 23 | 0 | 3D | 44 | 38 | 6 | 34 | 1D |
| Octal | 157 | 53 | 43 | 0 | 75 | 104 | 70 | 6 | 64 | 35 |
| Binary | 1101111 | 101011 | 100011 | 0 | 111101 | 1000100 | 111000 | 110 | 110100 | 11101 |
Color Harmonies of #6F2B23
Complementary color
Monochromatic Colors of #6F2B23
Black with #6F2B23
Text Example
Text Example
White with #6F2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2B23; }
p { color: rgb(111,43,35); }
H1.HeaderClassName
{
color: #6F2B23;
}
.AnyTagClassName
{
color: #6F2B23;
}
</style>
background-color css
<style>
a { background-color: #6F2B23; }
a { background-color: rgb(111,43,35); }
div.DivClassName
{
background-color: #6F2B23;
}
.BgClassName
{
background-color: #6F2B23;
}
</style>
border-color css
<style>
span { border-color: #6F2B23; }
span { border-color: rgb(111,43,35); }
td.TdClassName
{
border-color: #6F2B23;
}
.TagClassName
{
border-color: #6F2B23;
}
</style>