Shades of Pueblo #6F3627
Tints of Pueblo #6F3627
RGB
CMYK
RGB Variations
Color information
#6F3627 (or 0x6F3627) is known color: Pueblo. HEX triplet: 6F, 36 and 27. RGB value is (111,54,39). Sum of RGB (Red+Green+Blue) = 111+54+39=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3627 is #90C9D8. Grayscale: #454545. Windows color (decimal): -9488857 or 2569839. OLE color: 2569839.
HSL color Cylindrical-coordinate representation of color #6F3627: hue angle of 12.5º 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 #6F3627 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 54 | 39 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.56 |
| HSL | 12.5º | 0.48% | 0.29% | - |
| HSV(B) | 12.5º | 0.65% | 0.44% | - |
| XYZ | 8.24 | 6.16 | 2.67 | - |
| YUV | 69.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 39 | 0 | 0.51 | 0.65 | 0.56 | 12.5 | 0.48 | 0.29 |
| Hex | 6F | 36 | 27 | 0 | 33 | 41 | 38 | C | 30 | 1D |
| Octal | 157 | 66 | 47 | 0 | 63 | 101 | 70 | 14 | 60 | 35 |
| Binary | 1101111 | 110110 | 100111 | 0 | 110011 | 1000001 | 111000 | 1100 | 110000 | 11101 |
Color Harmonies of #6F3627
Complementary color
Monochromatic Colors of #6F3627
Black with #6F3627
Text Example
Text Example
White with #6F3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3627; }
p { color: rgb(111,54,39); }
H1.HeaderClassName
{
color: #6F3627;
}
.AnyTagClassName
{
color: #6F3627;
}
</style>
background-color css
<style>
a { background-color: #6F3627; }
a { background-color: rgb(111,54,39); }
div.DivClassName
{
background-color: #6F3627;
}
.BgClassName
{
background-color: #6F3627;
}
</style>
border-color css
<style>
span { border-color: #6F3627; }
span { border-color: rgb(111,54,39); }
td.TdClassName
{
border-color: #6F3627;
}
.TagClassName
{
border-color: #6F3627;
}
</style>