Shades of Pueblo #6F3225
Tints of Pueblo #6F3225
RGB
CMYK
RGB Variations
Color information
#6F3225 (or 0x6F3225) is known color: Pueblo. HEX triplet: 6F, 32 and 25. RGB value is (111,50,37). Sum of RGB (Red+Green+Blue) = 111+50+37=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3225 is #90CDDA. Grayscale: #424242. Windows color (decimal): -9489883 or 2437743. OLE color: 2437743.
HSL color Cylindrical-coordinate representation of color #6F3225: hue angle of 10.54º 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 #6F3225 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 37 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.56 |
| HSL | 10.54º | 0.5% | 0.29% | - |
| HSV(B) | 10.54º | 0.67% | 0.44% | - |
| XYZ | 8.03 | 5.79 | 2.45 | - |
| YUV | 66.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 37 | 0 | 0.55 | 0.67 | 0.56 | 10.54 | 0.5 | 0.29 |
| Hex | 6F | 32 | 25 | 0 | 37 | 43 | 38 | B | 32 | 1D |
| Octal | 157 | 62 | 45 | 0 | 67 | 103 | 70 | 13 | 62 | 35 |
| Binary | 1101111 | 110010 | 100101 | 0 | 110111 | 1000011 | 111000 | 1011 | 110010 | 11101 |
Color Harmonies of #6F3225
Complementary color
Monochromatic Colors of #6F3225
Black with #6F3225
Text Example
Text Example
White with #6F3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3225; }
p { color: rgb(111,50,37); }
H1.HeaderClassName
{
color: #6F3225;
}
.AnyTagClassName
{
color: #6F3225;
}
</style>
background-color css
<style>
a { background-color: #6F3225; }
a { background-color: rgb(111,50,37); }
div.DivClassName
{
background-color: #6F3225;
}
.BgClassName
{
background-color: #6F3225;
}
</style>
border-color css
<style>
span { border-color: #6F3225; }
span { border-color: rgb(111,50,37); }
td.TdClassName
{
border-color: #6F3225;
}
.TagClassName
{
border-color: #6F3225;
}
</style>