Shades of Pueblo #682F26
Tints of Pueblo #682F26
RGB
CMYK
RGB Variations
Color information
#682F26 (or 0x682F26) is known color: Pueblo. HEX triplet: 68, 2F and 26. RGB value is (104,47,38). Sum of RGB (Red+Green+Blue) = 104+47+38=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #682F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F26 is #97D0D9. Grayscale: #3F3F3F. Windows color (decimal): -9949402 or 2502504. OLE color: 2502504.
HSL color Cylindrical-coordinate representation of color #682F26: hue angle of 8.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682F26 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 38 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.59 |
| HSL | 8.18º | 0.46% | 0.28% | - |
| HSV(B) | 8.18º | 0.63% | 0.41% | - |
| XYZ | 7.08 | 5.12 | 2.45 | - |
| YUV | 63.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 38 | 0 | 0.55 | 0.63 | 0.59 | 8.18 | 0.46 | 0.28 |
| Hex | 68 | 2F | 26 | 0 | 37 | 3F | 3B | 8 | 2E | 1C |
| Octal | 150 | 57 | 46 | 0 | 67 | 77 | 73 | 10 | 56 | 34 |
| Binary | 1101000 | 101111 | 100110 | 0 | 110111 | 111111 | 111011 | 1000 | 101110 | 11100 |
Color Harmonies of #682F26
Complementary color
Monochromatic Colors of #682F26
Black with #682F26
Text Example
Text Example
White with #682F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F26; }
p { color: rgb(104,47,38); }
H1.HeaderClassName
{
color: #682F26;
}
.AnyTagClassName
{
color: #682F26;
}
</style>
background-color css
<style>
a { background-color: #682F26; }
a { background-color: rgb(104,47,38); }
div.DivClassName
{
background-color: #682F26;
}
.BgClassName
{
background-color: #682F26;
}
</style>
border-color css
<style>
span { border-color: #682F26; }
span { border-color: rgb(104,47,38); }
td.TdClassName
{
border-color: #682F26;
}
.TagClassName
{
border-color: #682F26;
}
</style>