Shades of Pueblo #6F2E25
Tints of Pueblo #6F2E25
RGB
CMYK
RGB Variations
Color information
#6F2E25 (or 0x6F2E25) is known color: Pueblo. HEX triplet: 6F, 2E and 25. RGB value is (111,46,37). Sum of RGB (Red+Green+Blue) = 111+46+37=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2E25 is #90D1DA. Grayscale: #404040. Windows color (decimal): -9490907 or 2436719. OLE color: 2436719.
HSL color Cylindrical-coordinate representation of color #6F2E25: hue angle of 7.3º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2E25 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 46 | 37 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.56 |
| HSL | 7.3º | 0.5% | 0.29% | - |
| HSV(B) | 7.3º | 0.67% | 0.44% | - |
| XYZ | 7.87 | 5.47 | 2.39 | - |
| YUV | 64.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 37 | 0 | 0.59 | 0.67 | 0.56 | 7.3 | 0.5 | 0.29 |
| Hex | 6F | 2E | 25 | 0 | 3B | 43 | 38 | 7 | 32 | 1D |
| Octal | 157 | 56 | 45 | 0 | 73 | 103 | 70 | 7 | 62 | 35 |
| Binary | 1101111 | 101110 | 100101 | 0 | 111011 | 1000011 | 111000 | 111 | 110010 | 11101 |
Color Harmonies of #6F2E25
Complementary color
Monochromatic Colors of #6F2E25
Black with #6F2E25
Text Example
Text Example
White with #6F2E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2E25; }
p { color: rgb(111,46,37); }
H1.HeaderClassName
{
color: #6F2E25;
}
.AnyTagClassName
{
color: #6F2E25;
}
</style>
background-color css
<style>
a { background-color: #6F2E25; }
a { background-color: rgb(111,46,37); }
div.DivClassName
{
background-color: #6F2E25;
}
.BgClassName
{
background-color: #6F2E25;
}
</style>
border-color css
<style>
span { border-color: #6F2E25; }
span { border-color: rgb(111,46,37); }
td.TdClassName
{
border-color: #6F2E25;
}
.TagClassName
{
border-color: #6F2E25;
}
</style>