Shades of Pueblo #692C25
Tints of Pueblo #692C25
RGB
CMYK
RGB Variations
Color information
#692C25 (or 0x692C25) is known color: Pueblo. HEX triplet: 69, 2C and 25. RGB value is (105,44,37). Sum of RGB (Red+Green+Blue) = 105+44+37=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #692C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C25 is #96D3DA. Grayscale: #3D3D3D. Windows color (decimal): -9884635 or 2436201. OLE color: 2436201.
HSL color Cylindrical-coordinate representation of color #692C25: hue angle of 6.18º 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 #692C25 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 37 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.59 |
| HSL | 6.18º | 0.48% | 0.28% | - |
| HSV(B) | 6.18º | 0.65% | 0.41% | - |
| XYZ | 7.06 | 4.94 | 2.33 | - |
| YUV | 61.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 37 | 0 | 0.58 | 0.65 | 0.59 | 6.18 | 0.48 | 0.28 |
| Hex | 69 | 2C | 25 | 0 | 3A | 41 | 3B | 6 | 30 | 1C |
| Octal | 151 | 54 | 45 | 0 | 72 | 101 | 73 | 6 | 60 | 34 |
| Binary | 1101001 | 101100 | 100101 | 0 | 111010 | 1000001 | 111011 | 110 | 110000 | 11100 |
Color Harmonies of #692C25
Complementary color
Monochromatic Colors of #692C25
Black with #692C25
Text Example
Text Example
White with #692C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C25; }
p { color: rgb(105,44,37); }
H1.HeaderClassName
{
color: #692C25;
}
.AnyTagClassName
{
color: #692C25;
}
</style>
background-color css
<style>
a { background-color: #692C25; }
a { background-color: rgb(105,44,37); }
div.DivClassName
{
background-color: #692C25;
}
.BgClassName
{
background-color: #692C25;
}
</style>
border-color css
<style>
span { border-color: #692C25; }
span { border-color: rgb(105,44,37); }
td.TdClassName
{
border-color: #692C25;
}
.TagClassName
{
border-color: #692C25;
}
</style>