Shades of Pueblo #6D240F
Tints of Pueblo #6D240F
RGB
CMYK
RGB Variations
Color information
#6D240F (or 0x6D240F) is known color: Pueblo. HEX triplet: 6D, 24 and 0F. RGB value is (109,36,15). Sum of RGB (Red+Green+Blue) = 109+36+15=160 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.12% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 109 - color contains mainly: red. Hex color #6D240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D240F is #92DBF0. Grayscale: #373737. Windows color (decimal): -9624561 or 992365. OLE color: 992365.
HSL color Cylindrical-coordinate representation of color #6D240F: hue angle of 13.4º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D240F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 36 | 15 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.57 |
| HSL | 13.4º | 0.76% | 0.24% | - |
| HSV(B) | 13.4º | 0.86% | 0.43% | - |
| XYZ | 7.02 | 4.55 | 0.96 | - |
| YUV | 55.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 15 | 0 | 0.67 | 0.86 | 0.57 | 13.4 | 0.76 | 0.24 |
| Hex | 6D | 24 | F | 0 | 43 | 56 | 39 | D | 4C | 18 |
| Octal | 155 | 44 | 17 | 0 | 103 | 126 | 71 | 15 | 114 | 30 |
| Binary | 1101101 | 100100 | 1111 | 0 | 1000011 | 1010110 | 111001 | 1101 | 1001100 | 11000 |
Color Harmonies of #6D240F
Complementary color
Monochromatic Colors of #6D240F
Black with #6D240F
Text Example
Text Example
White with #6D240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D240F; }
p { color: rgb(109,36,15); }
H1.HeaderClassName
{
color: #6D240F;
}
.AnyTagClassName
{
color: #6D240F;
}
</style>
background-color css
<style>
a { background-color: #6D240F; }
a { background-color: rgb(109,36,15); }
div.DivClassName
{
background-color: #6D240F;
}
.BgClassName
{
background-color: #6D240F;
}
</style>
border-color css
<style>
span { border-color: #6D240F; }
span { border-color: rgb(109,36,15); }
td.TdClassName
{
border-color: #6D240F;
}
.TagClassName
{
border-color: #6D240F;
}
</style>