Shades of Pueblo #6B271E
Tints of Pueblo #6B271E
RGB
CMYK
RGB Variations
Color information
#6B271E (or 0x6B271E) is known color: Pueblo. HEX triplet: 6B, 27 and 1E. RGB value is (107,39,30). Sum of RGB (Red+Green+Blue) = 107+39+30=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B271E is #94D8E1. Grayscale: #3A3A3A. Windows color (decimal): -9754850 or 1976171. OLE color: 1976171.
HSL color Cylindrical-coordinate representation of color #6B271E: hue angle of 7.01º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B271E is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 39 | 30 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.58 |
| HSL | 7.01º | 0.56% | 0.27% | - |
| HSV(B) | 7.01º | 0.72% | 0.42% | - |
| XYZ | 7.02 | 4.67 | 1.76 | - |
| YUV | 58.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 39 | 30 | 0 | 0.64 | 0.72 | 0.58 | 7.01 | 0.56 | 0.27 |
| Hex | 6B | 27 | 1E | 0 | 40 | 48 | 3A | 7 | 38 | 1B |
| Octal | 153 | 47 | 36 | 0 | 100 | 110 | 72 | 7 | 70 | 33 |
| Binary | 1101011 | 100111 | 11110 | 0 | 1000000 | 1001000 | 111010 | 111 | 111000 | 11011 |
Color Harmonies of #6B271E
Complementary color
Monochromatic Colors of #6B271E
Black with #6B271E
Text Example
Text Example
White with #6B271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B271E; }
p { color: rgb(107,39,30); }
H1.HeaderClassName
{
color: #6B271E;
}
.AnyTagClassName
{
color: #6B271E;
}
</style>
background-color css
<style>
a { background-color: #6B271E; }
a { background-color: rgb(107,39,30); }
div.DivClassName
{
background-color: #6B271E;
}
.BgClassName
{
background-color: #6B271E;
}
</style>
border-color css
<style>
span { border-color: #6B271E; }
span { border-color: rgb(107,39,30); }
td.TdClassName
{
border-color: #6B271E;
}
.TagClassName
{
border-color: #6B271E;
}
</style>