Shades of Pueblo #682B24
Tints of Pueblo #682B24
RGB
CMYK
RGB Variations
Color information
#682B24 (or 0x682B24) is known color: Pueblo. HEX triplet: 68, 2B and 24. RGB value is (104,43,36). Sum of RGB (Red+Green+Blue) = 104+43+36=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #682B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B24 is #97D4DB. Grayscale: #3C3C3C. Windows color (decimal): -9950428 or 2370408. OLE color: 2370408.
HSL color Cylindrical-coordinate representation of color #682B24: hue angle of 6.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682B24 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 36 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.59 |
| HSL | 6.18º | 0.49% | 0.27% | - |
| HSV(B) | 6.18º | 0.65% | 0.41% | - |
| XYZ | 6.89 | 4.8 | 2.23 | - |
| YUV | 60.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 36 | 0 | 0.59 | 0.65 | 0.59 | 6.18 | 0.49 | 0.27 |
| Hex | 68 | 2B | 24 | 0 | 3B | 41 | 3B | 6 | 31 | 1B |
| Octal | 150 | 53 | 44 | 0 | 73 | 101 | 73 | 6 | 61 | 33 |
| Binary | 1101000 | 101011 | 100100 | 0 | 111011 | 1000001 | 111011 | 110 | 110001 | 11011 |
Color Harmonies of #682B24
Complementary color
Monochromatic Colors of #682B24
Black with #682B24
Text Example
Text Example
White with #682B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B24; }
p { color: rgb(104,43,36); }
H1.HeaderClassName
{
color: #682B24;
}
.AnyTagClassName
{
color: #682B24;
}
</style>
background-color css
<style>
a { background-color: #682B24; }
a { background-color: rgb(104,43,36); }
div.DivClassName
{
background-color: #682B24;
}
.BgClassName
{
background-color: #682B24;
}
</style>
border-color css
<style>
span { border-color: #682B24; }
span { border-color: rgb(104,43,36); }
td.TdClassName
{
border-color: #682B24;
}
.TagClassName
{
border-color: #682B24;
}
</style>