Shades of Pueblo #682C25
Tints of Pueblo #682C25
RGB
CMYK
RGB Variations
Color information
#682C25 (or 0x682C25) is known color: Pueblo. HEX triplet: 68, 2C and 25. RGB value is (104,44,37). Sum of RGB (Red+Green+Blue) = 104+44+37=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #682C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C25 is #97D3DA. Grayscale: #3D3D3D. Windows color (decimal): -9950171 or 2436200. OLE color: 2436200.
HSL color Cylindrical-coordinate representation of color #682C25: hue angle of 6.27º 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 #682C25 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 37 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.59 |
| HSL | 6.27º | 0.48% | 0.28% | - |
| HSV(B) | 6.27º | 0.64% | 0.41% | - |
| XYZ | 6.94 | 4.88 | 2.33 | - |
| YUV | 61.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 37 | 0 | 0.58 | 0.64 | 0.59 | 6.27 | 0.48 | 0.28 |
| Hex | 68 | 2C | 25 | 0 | 3A | 40 | 3B | 6 | 30 | 1C |
| Octal | 150 | 54 | 45 | 0 | 72 | 100 | 73 | 6 | 60 | 34 |
| Binary | 1101000 | 101100 | 100101 | 0 | 111010 | 1000000 | 111011 | 110 | 110000 | 11100 |
Color Harmonies of #682C25
Complementary color
Monochromatic Colors of #682C25
Black with #682C25
Text Example
Text Example
White with #682C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C25; }
p { color: rgb(104,44,37); }
H1.HeaderClassName
{
color: #682C25;
}
.AnyTagClassName
{
color: #682C25;
}
</style>
background-color css
<style>
a { background-color: #682C25; }
a { background-color: rgb(104,44,37); }
div.DivClassName
{
background-color: #682C25;
}
.BgClassName
{
background-color: #682C25;
}
</style>
border-color css
<style>
span { border-color: #682C25; }
span { border-color: rgb(104,44,37); }
td.TdClassName
{
border-color: #682C25;
}
.TagClassName
{
border-color: #682C25;
}
</style>