Shades of Pueblo #692E19
Tints of Pueblo #692E19
RGB
CMYK
RGB Variations
Color information
#692E19 (or 0x692E19) is known color: Pueblo. HEX triplet: 69, 2E and 19. RGB value is (105,46,25). Sum of RGB (Red+Green+Blue) = 105+46+25=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #692E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692E19 is #96D1E6. Grayscale: #3D3D3D. Windows color (decimal): -9884135 or 1650281. OLE color: 1650281.
HSL color Cylindrical-coordinate representation of color #692E19: hue angle of 15.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #692E19 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 46 | 25 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.59 |
| HSL | 15.75º | 0.62% | 0.25% | - |
| HSV(B) | 15.75º | 0.76% | 0.41% | - |
| XYZ | 6.98 | 5.03 | 1.52 | - |
| YUV | 61.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 25 | 0 | 0.56 | 0.76 | 0.59 | 15.75 | 0.62 | 0.25 |
| Hex | 69 | 2E | 19 | 0 | 38 | 4C | 3B | 10 | 3E | 19 |
| Octal | 151 | 56 | 31 | 0 | 70 | 114 | 73 | 20 | 76 | 31 |
| Binary | 1101001 | 101110 | 11001 | 0 | 111000 | 1001100 | 111011 | 10000 | 111110 | 11001 |
Color Harmonies of #692E19
Complementary color
Monochromatic Colors of #692E19
Black with #692E19
Text Example
Text Example
White with #692E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E19; }
p { color: rgb(105,46,25); }
H1.HeaderClassName
{
color: #692E19;
}
.AnyTagClassName
{
color: #692E19;
}
</style>
background-color css
<style>
a { background-color: #692E19; }
a { background-color: rgb(105,46,25); }
div.DivClassName
{
background-color: #692E19;
}
.BgClassName
{
background-color: #692E19;
}
</style>
border-color css
<style>
span { border-color: #692E19; }
span { border-color: rgb(105,46,25); }
td.TdClassName
{
border-color: #692E19;
}
.TagClassName
{
border-color: #692E19;
}
</style>