Shades of Pueblo #682E25
Tints of Pueblo #682E25
RGB
CMYK
RGB Variations
Color information
#682E25 (or 0x682E25) is known color: Pueblo. HEX triplet: 68, 2E and 25. RGB value is (104,46,37). Sum of RGB (Red+Green+Blue) = 104+46+37=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #682E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E25 is #97D1DA. Grayscale: #3E3E3E. Windows color (decimal): -9949659 or 2436712. OLE color: 2436712.
HSL color Cylindrical-coordinate representation of color #682E25: hue angle of 8.06º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682E25 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 37 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.59 |
| HSL | 8.06º | 0.48% | 0.28% | - |
| HSV(B) | 8.06º | 0.64% | 0.41% | - |
| XYZ | 7.02 | 5.03 | 2.35 | - |
| YUV | 62.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 37 | 0 | 0.56 | 0.64 | 0.59 | 8.06 | 0.48 | 0.28 |
| Hex | 68 | 2E | 25 | 0 | 38 | 40 | 3B | 8 | 30 | 1C |
| Octal | 150 | 56 | 45 | 0 | 70 | 100 | 73 | 10 | 60 | 34 |
| Binary | 1101000 | 101110 | 100101 | 0 | 111000 | 1000000 | 111011 | 1000 | 110000 | 11100 |
Color Harmonies of #682E25
Complementary color
Monochromatic Colors of #682E25
Black with #682E25
Text Example
Text Example
White with #682E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E25; }
p { color: rgb(104,46,37); }
H1.HeaderClassName
{
color: #682E25;
}
.AnyTagClassName
{
color: #682E25;
}
</style>
background-color css
<style>
a { background-color: #682E25; }
a { background-color: rgb(104,46,37); }
div.DivClassName
{
background-color: #682E25;
}
.BgClassName
{
background-color: #682E25;
}
</style>
border-color css
<style>
span { border-color: #682E25; }
span { border-color: rgb(104,46,37); }
td.TdClassName
{
border-color: #682E25;
}
.TagClassName
{
border-color: #682E25;
}
</style>