Shades of Pueblo #692D25
Tints of Pueblo #692D25
RGB
CMYK
RGB Variations
Color information
#692D25 (or 0x692D25) is known color: Pueblo. HEX triplet: 69, 2D and 25. RGB value is (105,45,37). Sum of RGB (Red+Green+Blue) = 105+45+37=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #692D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692D25 is #96D2DA. Grayscale: #3E3E3E. Windows color (decimal): -9884379 or 2436457. OLE color: 2436457.
HSL color Cylindrical-coordinate representation of color #692D25: hue angle of 7.06º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #692D25 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 45 | 37 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.59 |
| HSL | 7.06º | 0.48% | 0.28% | - |
| HSV(B) | 7.06º | 0.65% | 0.41% | - |
| XYZ | 7.1 | 5.01 | 2.34 | - |
| YUV | 62.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 37 | 0 | 0.57 | 0.65 | 0.59 | 7.06 | 0.48 | 0.28 |
| Hex | 69 | 2D | 25 | 0 | 39 | 41 | 3B | 7 | 30 | 1C |
| Octal | 151 | 55 | 45 | 0 | 71 | 101 | 73 | 7 | 60 | 34 |
| Binary | 1101001 | 101101 | 100101 | 0 | 111001 | 1000001 | 111011 | 111 | 110000 | 11100 |
Color Harmonies of #692D25
Complementary color
Monochromatic Colors of #692D25
Black with #692D25
Text Example
Text Example
White with #692D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D25; }
p { color: rgb(105,45,37); }
H1.HeaderClassName
{
color: #692D25;
}
.AnyTagClassName
{
color: #692D25;
}
</style>
background-color css
<style>
a { background-color: #692D25; }
a { background-color: rgb(105,45,37); }
div.DivClassName
{
background-color: #692D25;
}
.BgClassName
{
background-color: #692D25;
}
</style>
border-color css
<style>
span { border-color: #692D25; }
span { border-color: rgb(105,45,37); }
td.TdClassName
{
border-color: #692D25;
}
.TagClassName
{
border-color: #692D25;
}
</style>