Shades of Pueblo #682D23
Tints of Pueblo #682D23
RGB
CMYK
RGB Variations
Color information
#682D23 (or 0x682D23) is known color: Pueblo. HEX triplet: 68, 2D and 23. RGB value is (104,45,35). Sum of RGB (Red+Green+Blue) = 104+45+35=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #682D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D23 is #97D2DC. Grayscale: #3D3D3D. Windows color (decimal): -9949917 or 2305384. OLE color: 2305384.
HSL color Cylindrical-coordinate representation of color #682D23: hue angle of 8.7º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682D23 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 35 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.59 |
| HSL | 8.7º | 0.5% | 0.27% | - |
| HSV(B) | 8.7º | 0.66% | 0.41% | - |
| XYZ | 6.95 | 4.94 | 2.18 | - |
| YUV | 61.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 35 | 0 | 0.57 | 0.66 | 0.59 | 8.7 | 0.5 | 0.27 |
| Hex | 68 | 2D | 23 | 0 | 39 | 42 | 3B | 9 | 32 | 1B |
| Octal | 150 | 55 | 43 | 0 | 71 | 102 | 73 | 11 | 62 | 33 |
| Binary | 1101000 | 101101 | 100011 | 0 | 111001 | 1000010 | 111011 | 1001 | 110010 | 11011 |
Color Harmonies of #682D23
Complementary color
Monochromatic Colors of #682D23
Black with #682D23
Text Example
Text Example
White with #682D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D23; }
p { color: rgb(104,45,35); }
H1.HeaderClassName
{
color: #682D23;
}
.AnyTagClassName
{
color: #682D23;
}
</style>
background-color css
<style>
a { background-color: #682D23; }
a { background-color: rgb(104,45,35); }
div.DivClassName
{
background-color: #682D23;
}
.BgClassName
{
background-color: #682D23;
}
</style>
border-color css
<style>
span { border-color: #682D23; }
span { border-color: rgb(104,45,35); }
td.TdClassName
{
border-color: #682D23;
}
.TagClassName
{
border-color: #682D23;
}
</style>