Shades of Pueblo #6F3527
Tints of Pueblo #6F3527
RGB
CMYK
RGB Variations
Color information
#6F3527 (or 0x6F3527) is known color: Pueblo. HEX triplet: 6F, 35 and 27. RGB value is (111,53,39). Sum of RGB (Red+Green+Blue) = 111+53+39=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3527 is #90CAD8. Grayscale: #444444. Windows color (decimal): -9489113 or 2569583. OLE color: 2569583.
HSL color Cylindrical-coordinate representation of color #6F3527: hue angle of 11.67º 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 #6F3527 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 39 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.56 |
| HSL | 11.67º | 0.48% | 0.29% | - |
| HSV(B) | 11.67º | 0.65% | 0.44% | - |
| XYZ | 8.19 | 6.07 | 2.66 | - |
| YUV | 68.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 39 | 0 | 0.52 | 0.65 | 0.56 | 11.67 | 0.48 | 0.29 |
| Hex | 6F | 35 | 27 | 0 | 34 | 41 | 38 | C | 30 | 1D |
| Octal | 157 | 65 | 47 | 0 | 64 | 101 | 70 | 14 | 60 | 35 |
| Binary | 1101111 | 110101 | 100111 | 0 | 110100 | 1000001 | 111000 | 1100 | 110000 | 11101 |
Color Harmonies of #6F3527
Complementary color
Monochromatic Colors of #6F3527
Black with #6F3527
Text Example
Text Example
White with #6F3527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3527; }
p { color: rgb(111,53,39); }
H1.HeaderClassName
{
color: #6F3527;
}
.AnyTagClassName
{
color: #6F3527;
}
</style>
background-color css
<style>
a { background-color: #6F3527; }
a { background-color: rgb(111,53,39); }
div.DivClassName
{
background-color: #6F3527;
}
.BgClassName
{
background-color: #6F3527;
}
</style>
border-color css
<style>
span { border-color: #6F3527; }
span { border-color: rgb(111,53,39); }
td.TdClassName
{
border-color: #6F3527;
}
.TagClassName
{
border-color: #6F3527;
}
</style>