Shades of Pueblo #6F3427
Tints of Pueblo #6F3427
RGB
CMYK
RGB Variations
Color information
#6F3427 (or 0x6F3427) is known color: Pueblo. HEX triplet: 6F, 34 and 27. RGB value is (111,52,39). Sum of RGB (Red+Green+Blue) = 111+52+39=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3427 is #90CBD8. Grayscale: #444444. Windows color (decimal): -9489369 or 2569327. OLE color: 2569327.
HSL color Cylindrical-coordinate representation of color #6F3427: hue angle of 10.83º 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 #6F3427 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 39 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.56 |
| HSL | 10.83º | 0.48% | 0.29% | - |
| HSV(B) | 10.83º | 0.65% | 0.44% | - |
| XYZ | 8.15 | 5.98 | 2.64 | - |
| YUV | 68.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 39 | 0 | 0.53 | 0.65 | 0.56 | 10.83 | 0.48 | 0.29 |
| Hex | 6F | 34 | 27 | 0 | 35 | 41 | 38 | B | 30 | 1D |
| Octal | 157 | 64 | 47 | 0 | 65 | 101 | 70 | 13 | 60 | 35 |
| Binary | 1101111 | 110100 | 100111 | 0 | 110101 | 1000001 | 111000 | 1011 | 110000 | 11101 |
Color Harmonies of #6F3427
Complementary color
Monochromatic Colors of #6F3427
Black with #6F3427
Text Example
Text Example
White with #6F3427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3427; }
p { color: rgb(111,52,39); }
H1.HeaderClassName
{
color: #6F3427;
}
.AnyTagClassName
{
color: #6F3427;
}
</style>
background-color css
<style>
a { background-color: #6F3427; }
a { background-color: rgb(111,52,39); }
div.DivClassName
{
background-color: #6F3427;
}
.BgClassName
{
background-color: #6F3427;
}
</style>
border-color css
<style>
span { border-color: #6F3427; }
span { border-color: rgb(111,52,39); }
td.TdClassName
{
border-color: #6F3427;
}
.TagClassName
{
border-color: #6F3427;
}
</style>