Shades of Pueblo #682F25
Tints of Pueblo #682F25
RGB
CMYK
RGB Variations
Color information
#682F25 (or 0x682F25) is known color: Pueblo. HEX triplet: 68, 2F and 25. RGB value is (104,47,37). Sum of RGB (Red+Green+Blue) = 104+47+37=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #682F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F25 is #97D0DA. Grayscale: #3E3E3E. Windows color (decimal): -9949403 or 2436968. OLE color: 2436968.
HSL color Cylindrical-coordinate representation of color #682F25: hue angle of 8.96º 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 #682F25 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 37 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.59 |
| HSL | 8.96º | 0.48% | 0.28% | - |
| HSV(B) | 8.96º | 0.64% | 0.41% | - |
| XYZ | 7.06 | 5.11 | 2.36 | - |
| YUV | 62.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 37 | 0 | 0.55 | 0.64 | 0.59 | 8.96 | 0.48 | 0.28 |
| Hex | 68 | 2F | 25 | 0 | 37 | 40 | 3B | 9 | 30 | 1C |
| Octal | 150 | 57 | 45 | 0 | 67 | 100 | 73 | 11 | 60 | 34 |
| Binary | 1101000 | 101111 | 100101 | 0 | 110111 | 1000000 | 111011 | 1001 | 110000 | 11100 |
Color Harmonies of #682F25
Complementary color
Monochromatic Colors of #682F25
Black with #682F25
Text Example
Text Example
White with #682F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F25; }
p { color: rgb(104,47,37); }
H1.HeaderClassName
{
color: #682F25;
}
.AnyTagClassName
{
color: #682F25;
}
</style>
background-color css
<style>
a { background-color: #682F25; }
a { background-color: rgb(104,47,37); }
div.DivClassName
{
background-color: #682F25;
}
.BgClassName
{
background-color: #682F25;
}
</style>
border-color css
<style>
span { border-color: #682F25; }
span { border-color: rgb(104,47,37); }
td.TdClassName
{
border-color: #682F25;
}
.TagClassName
{
border-color: #682F25;
}
</style>