Shades of Pueblo #6F3526
Tints of Pueblo #6F3526
RGB
CMYK
RGB Variations
Color information
#6F3526 (or 0x6F3526) is known color: Pueblo. HEX triplet: 6F, 35 and 26. RGB value is (111,53,38). Sum of RGB (Red+Green+Blue) = 111+53+38=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3526 is #90CAD9. Grayscale: #444444. Windows color (decimal): -9489114 or 2504047. OLE color: 2504047.
HSL color Cylindrical-coordinate representation of color #6F3526: hue angle of 12.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F3526 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 38 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.56 |
| HSL | 12.33º | 0.49% | 0.29% | - |
| HSV(B) | 12.33º | 0.66% | 0.44% | - |
| XYZ | 8.18 | 6.07 | 2.57 | - |
| YUV | 68.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 38 | 0 | 0.52 | 0.66 | 0.56 | 12.33 | 0.49 | 0.29 |
| Hex | 6F | 35 | 26 | 0 | 34 | 42 | 38 | C | 31 | 1D |
| Octal | 157 | 65 | 46 | 0 | 64 | 102 | 70 | 14 | 61 | 35 |
| Binary | 1101111 | 110101 | 100110 | 0 | 110100 | 1000010 | 111000 | 1100 | 110001 | 11101 |
Color Harmonies of #6F3526
Complementary color
Monochromatic Colors of #6F3526
Black with #6F3526
Text Example
Text Example
White with #6F3526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3526; }
p { color: rgb(111,53,38); }
H1.HeaderClassName
{
color: #6F3526;
}
.AnyTagClassName
{
color: #6F3526;
}
</style>
background-color css
<style>
a { background-color: #6F3526; }
a { background-color: rgb(111,53,38); }
div.DivClassName
{
background-color: #6F3526;
}
.BgClassName
{
background-color: #6F3526;
}
</style>
border-color css
<style>
span { border-color: #6F3526; }
span { border-color: rgb(111,53,38); }
td.TdClassName
{
border-color: #6F3526;
}
.TagClassName
{
border-color: #6F3526;
}
</style>