Shades of Pueblo #682F1C
Tints of Pueblo #682F1C
RGB
CMYK
RGB Variations
Color information
#682F1C (or 0x682F1C) is known color: Pueblo. HEX triplet: 68, 2F and 1C. RGB value is (104,47,28). Sum of RGB (Red+Green+Blue) = 104+47+28=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #682F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F1C is #97D0E3. Grayscale: #3E3E3E. Windows color (decimal): -9949412 or 1847144. OLE color: 1847144.
HSL color Cylindrical-coordinate representation of color #682F1C: hue angle of 15º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682F1C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 28 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.59 |
| HSL | 15º | 0.58% | 0.26% | - |
| HSV(B) | 15º | 0.73% | 0.41% | - |
| XYZ | 6.94 | 5.06 | 1.71 | - |
| YUV | 61.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 28 | 0 | 0.55 | 0.73 | 0.59 | 15 | 0.58 | 0.26 |
| Hex | 68 | 2F | 1C | 0 | 37 | 49 | 3B | F | 3A | 1A |
| Octal | 150 | 57 | 34 | 0 | 67 | 111 | 73 | 17 | 72 | 32 |
| Binary | 1101000 | 101111 | 11100 | 0 | 110111 | 1001001 | 111011 | 1111 | 111010 | 11010 |
Color Harmonies of #682F1C
Complementary color
Monochromatic Colors of #682F1C
Black with #682F1C
Text Example
Text Example
White with #682F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F1C; }
p { color: rgb(104,47,28); }
H1.HeaderClassName
{
color: #682F1C;
}
.AnyTagClassName
{
color: #682F1C;
}
</style>
background-color css
<style>
a { background-color: #682F1C; }
a { background-color: rgb(104,47,28); }
div.DivClassName
{
background-color: #682F1C;
}
.BgClassName
{
background-color: #682F1C;
}
</style>
border-color css
<style>
span { border-color: #682F1C; }
span { border-color: rgb(104,47,28); }
td.TdClassName
{
border-color: #682F1C;
}
.TagClassName
{
border-color: #682F1C;
}
</style>