Shades of Pueblo #6E240F
Tints of Pueblo #6E240F
RGB
CMYK
RGB Variations
Color information
#6E240F (or 0x6E240F) is known color: Pueblo. HEX triplet: 6E, 24 and 0F. RGB value is (110,36,15). Sum of RGB (Red+Green+Blue) = 110+36+15=161 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.32% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 110 - color contains mainly: red. Hex color #6E240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E240F is #91DBF0. Grayscale: #373737. Windows color (decimal): -9559025 or 992366. OLE color: 992366.
HSL color Cylindrical-coordinate representation of color #6E240F: hue angle of 13.26º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E240F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 36 | 15 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.57 |
| HSL | 13.26º | 0.76% | 0.25% | - |
| HSV(B) | 13.26º | 0.86% | 0.43% | - |
| XYZ | 7.15 | 4.61 | 0.97 | - |
| YUV | 55.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 15 | 0 | 0.67 | 0.86 | 0.57 | 13.26 | 0.76 | 0.25 |
| Hex | 6E | 24 | F | 0 | 43 | 56 | 39 | D | 4C | 19 |
| Octal | 156 | 44 | 17 | 0 | 103 | 126 | 71 | 15 | 114 | 31 |
| Binary | 1101110 | 100100 | 1111 | 0 | 1000011 | 1010110 | 111001 | 1101 | 1001100 | 11001 |
Color Harmonies of #6E240F
Complementary color
Monochromatic Colors of #6E240F
Black with #6E240F
Text Example
Text Example
White with #6E240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E240F; }
p { color: rgb(110,36,15); }
H1.HeaderClassName
{
color: #6E240F;
}
.AnyTagClassName
{
color: #6E240F;
}
</style>
background-color css
<style>
a { background-color: #6E240F; }
a { background-color: rgb(110,36,15); }
div.DivClassName
{
background-color: #6E240F;
}
.BgClassName
{
background-color: #6E240F;
}
</style>
border-color css
<style>
span { border-color: #6E240F; }
span { border-color: rgb(110,36,15); }
td.TdClassName
{
border-color: #6E240F;
}
.TagClassName
{
border-color: #6E240F;
}
</style>