Shades of Pueblo #6D301A
Tints of Pueblo #6D301A
RGB
CMYK
RGB Variations
Color information
#6D301A (or 0x6D301A) is known color: Pueblo. HEX triplet: 6D, 30 and 1A. RGB value is (109,48,26). Sum of RGB (Red+Green+Blue) = 109+48+26=183 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.56% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 109 - color contains mainly: red. Hex color #6D301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D301A is #92CFE5. Grayscale: #3F3F3F. Windows color (decimal): -9621478 or 1716333. OLE color: 1716333.
HSL color Cylindrical-coordinate representation of color #6D301A: hue angle of 15.9º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D301A is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 26 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.57 |
| HSL | 15.9º | 0.61% | 0.26% | - |
| HSV(B) | 15.9º | 0.76% | 0.43% | - |
| XYZ | 7.55 | 5.44 | 1.63 | - |
| YUV | 63.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 26 | 0 | 0.56 | 0.76 | 0.57 | 15.9 | 0.61 | 0.26 |
| Hex | 6D | 30 | 1A | 0 | 38 | 4C | 39 | 10 | 3D | 1A |
| Octal | 155 | 60 | 32 | 0 | 70 | 114 | 71 | 20 | 75 | 32 |
| Binary | 1101101 | 110000 | 11010 | 0 | 111000 | 1001100 | 111001 | 10000 | 111101 | 11010 |
Color Harmonies of #6D301A
Complementary color
Monochromatic Colors of #6D301A
Black with #6D301A
Text Example
Text Example
White with #6D301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D301A; }
p { color: rgb(109,48,26); }
H1.HeaderClassName
{
color: #6D301A;
}
.AnyTagClassName
{
color: #6D301A;
}
</style>
background-color css
<style>
a { background-color: #6D301A; }
a { background-color: rgb(109,48,26); }
div.DivClassName
{
background-color: #6D301A;
}
.BgClassName
{
background-color: #6D301A;
}
</style>
border-color css
<style>
span { border-color: #6D301A; }
span { border-color: rgb(109,48,26); }
td.TdClassName
{
border-color: #6D301A;
}
.TagClassName
{
border-color: #6D301A;
}
</style>