Shades of Pueblo #6F2414
Tints of Pueblo #6F2414
RGB
CMYK
RGB Variations
Color information
#6F2414 (or 0x6F2414) is known color: Pueblo. HEX triplet: 6F, 24 and 14. RGB value is (111,36,20). Sum of RGB (Red+Green+Blue) = 111+36+20=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2414 is #90DBEB. Grayscale: #383838. Windows color (decimal): -9493484 or 1320047. OLE color: 1320047.
HSL color Cylindrical-coordinate representation of color #6F2414: hue angle of 10.55º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F2414 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 20 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.56 |
| HSL | 10.55º | 0.69% | 0.26% | - |
| HSV(B) | 10.55º | 0.82% | 0.44% | - |
| XYZ | 7.31 | 4.69 | 1.18 | - |
| YUV | 56.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 20 | 0 | 0.68 | 0.82 | 0.56 | 10.55 | 0.69 | 0.26 |
| Hex | 6F | 24 | 14 | 0 | 44 | 52 | 38 | B | 45 | 1A |
| Octal | 157 | 44 | 24 | 0 | 104 | 122 | 70 | 13 | 105 | 32 |
| Binary | 1101111 | 100100 | 10100 | 0 | 1000100 | 1010010 | 111000 | 1011 | 1000101 | 11010 |
Color Harmonies of #6F2414
Complementary color
Monochromatic Colors of #6F2414
Black with #6F2414
Text Example
Text Example
White with #6F2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2414; }
p { color: rgb(111,36,20); }
H1.HeaderClassName
{
color: #6F2414;
}
.AnyTagClassName
{
color: #6F2414;
}
</style>
background-color css
<style>
a { background-color: #6F2414; }
a { background-color: rgb(111,36,20); }
div.DivClassName
{
background-color: #6F2414;
}
.BgClassName
{
background-color: #6F2414;
}
</style>
border-color css
<style>
span { border-color: #6F2414; }
span { border-color: rgb(111,36,20); }
td.TdClassName
{
border-color: #6F2414;
}
.TagClassName
{
border-color: #6F2414;
}
</style>