Shades of Pueblo #692C1C
Tints of Pueblo #692C1C
RGB
CMYK
RGB Variations
Color information
#692C1C (or 0x692C1C) is known color: Pueblo. HEX triplet: 69, 2C and 1C. RGB value is (105,44,28). Sum of RGB (Red+Green+Blue) = 105+44+28=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #692C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C1C is #96D3E3. Grayscale: #3C3C3C. Windows color (decimal): -9884644 or 1846377. OLE color: 1846377.
HSL color Cylindrical-coordinate representation of color #692C1C: hue angle of 12.47º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #692C1C is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 28 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.59 |
| HSL | 12.47º | 0.58% | 0.26% | - |
| HSV(B) | 12.47º | 0.73% | 0.41% | - |
| XYZ | 6.94 | 4.89 | 1.68 | - |
| YUV | 60.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 28 | 0 | 0.58 | 0.73 | 0.59 | 12.47 | 0.58 | 0.26 |
| Hex | 69 | 2C | 1C | 0 | 3A | 49 | 3B | C | 3A | 1A |
| Octal | 151 | 54 | 34 | 0 | 72 | 111 | 73 | 14 | 72 | 32 |
| Binary | 1101001 | 101100 | 11100 | 0 | 111010 | 1001001 | 111011 | 1100 | 111010 | 11010 |
Color Harmonies of #692C1C
Complementary color
Monochromatic Colors of #692C1C
Black with #692C1C
Text Example
Text Example
White with #692C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C1C; }
p { color: rgb(105,44,28); }
H1.HeaderClassName
{
color: #692C1C;
}
.AnyTagClassName
{
color: #692C1C;
}
</style>
background-color css
<style>
a { background-color: #692C1C; }
a { background-color: rgb(105,44,28); }
div.DivClassName
{
background-color: #692C1C;
}
.BgClassName
{
background-color: #692C1C;
}
</style>
border-color css
<style>
span { border-color: #692C1C; }
span { border-color: rgb(105,44,28); }
td.TdClassName
{
border-color: #692C1C;
}
.TagClassName
{
border-color: #692C1C;
}
</style>