Shades of Pueblo #6B281E
Tints of Pueblo #6B281E
RGB
CMYK
RGB Variations
Color information
#6B281E (or 0x6B281E) is known color: Pueblo. HEX triplet: 6B, 28 and 1E. RGB value is (107,40,30). Sum of RGB (Red+Green+Blue) = 107+40+30=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B281E is #94D7E1. Grayscale: #3B3B3B. Windows color (decimal): -9754594 or 1976427. OLE color: 1976427.
HSL color Cylindrical-coordinate representation of color #6B281E: hue angle of 7.79º 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 #6B281E is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 40 | 30 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.58 |
| HSL | 7.79º | 0.56% | 0.27% | - |
| HSV(B) | 7.79º | 0.72% | 0.42% | - |
| XYZ | 7.06 | 4.74 | 1.77 | - |
| YUV | 58.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 30 | 0 | 0.63 | 0.72 | 0.58 | 7.79 | 0.56 | 0.27 |
| Hex | 6B | 28 | 1E | 0 | 3F | 48 | 3A | 8 | 38 | 1B |
| Octal | 153 | 50 | 36 | 0 | 77 | 110 | 72 | 10 | 70 | 33 |
| Binary | 1101011 | 101000 | 11110 | 0 | 111111 | 1001000 | 111010 | 1000 | 111000 | 11011 |
Color Harmonies of #6B281E
Complementary color
Monochromatic Colors of #6B281E
Black with #6B281E
Text Example
Text Example
White with #6B281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B281E; }
p { color: rgb(107,40,30); }
H1.HeaderClassName
{
color: #6B281E;
}
.AnyTagClassName
{
color: #6B281E;
}
</style>
background-color css
<style>
a { background-color: #6B281E; }
a { background-color: rgb(107,40,30); }
div.DivClassName
{
background-color: #6B281E;
}
.BgClassName
{
background-color: #6B281E;
}
</style>
border-color css
<style>
span { border-color: #6B281E; }
span { border-color: rgb(107,40,30); }
td.TdClassName
{
border-color: #6B281E;
}
.TagClassName
{
border-color: #6B281E;
}
</style>