Shades of Pueblo #6D3023
Tints of Pueblo #6D3023
RGB
CMYK
RGB Variations
Color information
#6D3023 (or 0x6D3023) is known color: Pueblo. HEX triplet: 6D, 30 and 23. RGB value is (109,48,35). Sum of RGB (Red+Green+Blue) = 109+48+35=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3023 is #92CFDC. Grayscale: #404040. Windows color (decimal): -9621469 or 2306157. OLE color: 2306157.
HSL color Cylindrical-coordinate representation of color #6D3023: hue angle of 10.54º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D3023 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 35 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.57 |
| HSL | 10.54º | 0.51% | 0.28% | - |
| HSV(B) | 10.54º | 0.68% | 0.43% | - |
| XYZ | 7.67 | 5.49 | 2.25 | - |
| YUV | 64.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 35 | 0 | 0.56 | 0.68 | 0.57 | 10.54 | 0.51 | 0.28 |
| Hex | 6D | 30 | 23 | 0 | 38 | 44 | 39 | B | 33 | 1C |
| Octal | 155 | 60 | 43 | 0 | 70 | 104 | 71 | 13 | 63 | 34 |
| Binary | 1101101 | 110000 | 100011 | 0 | 111000 | 1000100 | 111001 | 1011 | 110011 | 11100 |
Color Harmonies of #6D3023
Complementary color
Monochromatic Colors of #6D3023
Black with #6D3023
Text Example
Text Example
White with #6D3023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3023; }
p { color: rgb(109,48,35); }
H1.HeaderClassName
{
color: #6D3023;
}
.AnyTagClassName
{
color: #6D3023;
}
</style>
background-color css
<style>
a { background-color: #6D3023; }
a { background-color: rgb(109,48,35); }
div.DivClassName
{
background-color: #6D3023;
}
.BgClassName
{
background-color: #6D3023;
}
</style>
border-color css
<style>
span { border-color: #6D3023; }
span { border-color: rgb(109,48,35); }
td.TdClassName
{
border-color: #6D3023;
}
.TagClassName
{
border-color: #6D3023;
}
</style>