Shades of Pueblo #6D301E
Tints of Pueblo #6D301E
RGB
CMYK
RGB Variations
Color information
#6D301E (or 0x6D301E) is known color: Pueblo. HEX triplet: 6D, 30 and 1E. RGB value is (109,48,30). Sum of RGB (Red+Green+Blue) = 109+48+30=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D301E is #92CFE1. Grayscale: #404040. Windows color (decimal): -9621474 or 1978477. OLE color: 1978477.
HSL color Cylindrical-coordinate representation of color #6D301E: hue angle of 13.67º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D301E is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 30 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.57 |
| HSL | 13.67º | 0.57% | 0.27% | - |
| HSV(B) | 13.67º | 0.72% | 0.43% | - |
| XYZ | 7.6 | 5.46 | 1.88 | - |
| YUV | 64.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 30 | 0 | 0.56 | 0.72 | 0.57 | 13.67 | 0.57 | 0.27 |
| Hex | 6D | 30 | 1E | 0 | 38 | 48 | 39 | E | 39 | 1B |
| Octal | 155 | 60 | 36 | 0 | 70 | 110 | 71 | 16 | 71 | 33 |
| Binary | 1101101 | 110000 | 11110 | 0 | 111000 | 1001000 | 111001 | 1110 | 111001 | 11011 |
Color Harmonies of #6D301E
Complementary color
Monochromatic Colors of #6D301E
Black with #6D301E
Text Example
Text Example
White with #6D301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D301E; }
p { color: rgb(109,48,30); }
H1.HeaderClassName
{
color: #6D301E;
}
.AnyTagClassName
{
color: #6D301E;
}
</style>
background-color css
<style>
a { background-color: #6D301E; }
a { background-color: rgb(109,48,30); }
div.DivClassName
{
background-color: #6D301E;
}
.BgClassName
{
background-color: #6D301E;
}
</style>
border-color css
<style>
span { border-color: #6D301E; }
span { border-color: rgb(109,48,30); }
td.TdClassName
{
border-color: #6D301E;
}
.TagClassName
{
border-color: #6D301E;
}
</style>