Shades of Pueblo #6A3627
Tints of Pueblo #6A3627
RGB
CMYK
RGB Variations
Color information
#6A3627 (or 0x6A3627) is known color: Pueblo. HEX triplet: 6A, 36 and 27. RGB value is (106,54,39). Sum of RGB (Red+Green+Blue) = 106+54+39=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3627 is #95C9D8. Grayscale: #434343. Windows color (decimal): -9816537 or 2569834. OLE color: 2569834.
HSL color Cylindrical-coordinate representation of color #6A3627: hue angle of 13.43º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A3627 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 54 | 39 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.58 |
| HSL | 13.43º | 0.46% | 0.28% | - |
| HSV(B) | 13.43º | 0.63% | 0.42% | - |
| XYZ | 7.63 | 5.85 | 2.65 | - |
| YUV | 67.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 54 | 39 | 0 | 0.49 | 0.63 | 0.58 | 13.43 | 0.46 | 0.28 |
| Hex | 6A | 36 | 27 | 0 | 31 | 3F | 3A | D | 2E | 1C |
| Octal | 152 | 66 | 47 | 0 | 61 | 77 | 72 | 15 | 56 | 34 |
| Binary | 1101010 | 110110 | 100111 | 0 | 110001 | 111111 | 111010 | 1101 | 101110 | 11100 |
Color Harmonies of #6A3627
Complementary color
Monochromatic Colors of #6A3627
Black with #6A3627
Text Example
Text Example
White with #6A3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3627; }
p { color: rgb(106,54,39); }
H1.HeaderClassName
{
color: #6A3627;
}
.AnyTagClassName
{
color: #6A3627;
}
</style>
background-color css
<style>
a { background-color: #6A3627; }
a { background-color: rgb(106,54,39); }
div.DivClassName
{
background-color: #6A3627;
}
.BgClassName
{
background-color: #6A3627;
}
</style>
border-color css
<style>
span { border-color: #6A3627; }
span { border-color: rgb(106,54,39); }
td.TdClassName
{
border-color: #6A3627;
}
.TagClassName
{
border-color: #6A3627;
}
</style>