Shades of Pueblo #6F3327
Tints of Pueblo #6F3327
RGB
CMYK
RGB Variations
Color information
#6F3327 (or 0x6F3327) is known color: Pueblo. HEX triplet: 6F, 33 and 27. RGB value is (111,51,39). Sum of RGB (Red+Green+Blue) = 111+51+39=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3327 is #90CCD8. Grayscale: #434343. Windows color (decimal): -9489625 or 2569071. OLE color: 2569071.
HSL color Cylindrical-coordinate representation of color #6F3327: hue angle of 10º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F3327 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 39 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.56 |
| HSL | 10º | 0.48% | 0.29% | - |
| HSV(B) | 10º | 0.65% | 0.44% | - |
| XYZ | 8.11 | 5.89 | 2.63 | - |
| YUV | 67.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 39 | 0 | 0.54 | 0.65 | 0.56 | 10 | 0.48 | 0.29 |
| Hex | 6F | 33 | 27 | 0 | 36 | 41 | 38 | A | 30 | 1D |
| Octal | 157 | 63 | 47 | 0 | 66 | 101 | 70 | 12 | 60 | 35 |
| Binary | 1101111 | 110011 | 100111 | 0 | 110110 | 1000001 | 111000 | 1010 | 110000 | 11101 |
Color Harmonies of #6F3327
Complementary color
Monochromatic Colors of #6F3327
Black with #6F3327
Text Example
Text Example
White with #6F3327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3327; }
p { color: rgb(111,51,39); }
H1.HeaderClassName
{
color: #6F3327;
}
.AnyTagClassName
{
color: #6F3327;
}
</style>
background-color css
<style>
a { background-color: #6F3327; }
a { background-color: rgb(111,51,39); }
div.DivClassName
{
background-color: #6F3327;
}
.BgClassName
{
background-color: #6F3327;
}
</style>
border-color css
<style>
span { border-color: #6F3327; }
span { border-color: rgb(111,51,39); }
td.TdClassName
{
border-color: #6F3327;
}
.TagClassName
{
border-color: #6F3327;
}
</style>