Shades of Pueblo #692A1C
Tints of Pueblo #692A1C
RGB
CMYK
RGB Variations
Color information
#692A1C (or 0x692A1C) is known color: Pueblo. HEX triplet: 69, 2A and 1C. RGB value is (105,42,28). Sum of RGB (Red+Green+Blue) = 105+42+28=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #692A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692A1C is #96D5E3. Grayscale: #3B3B3B. Windows color (decimal): -9885156 or 1845865. OLE color: 1845865.
HSL color Cylindrical-coordinate representation of color #692A1C: hue angle of 10.91º 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 #692A1C is Cyan = 0, Magento = 0.6, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 42 | 28 | - |
| CMYK | 0 | 0.6 | 0.73 | 0.59 |
| HSL | 10.91º | 0.58% | 0.26% | - |
| HSV(B) | 10.91º | 0.73% | 0.41% | - |
| XYZ | 6.86 | 4.74 | 1.65 | - |
| YUV | 59.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 28 | 0 | 0.6 | 0.73 | 0.59 | 10.91 | 0.58 | 0.26 |
| Hex | 69 | 2A | 1C | 0 | 3C | 49 | 3B | B | 3A | 1A |
| Octal | 151 | 52 | 34 | 0 | 74 | 111 | 73 | 13 | 72 | 32 |
| Binary | 1101001 | 101010 | 11100 | 0 | 111100 | 1001001 | 111011 | 1011 | 111010 | 11010 |
Color Harmonies of #692A1C
Complementary color
Monochromatic Colors of #692A1C
Black with #692A1C
Text Example
Text Example
White with #692A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692A1C; }
p { color: rgb(105,42,28); }
H1.HeaderClassName
{
color: #692A1C;
}
.AnyTagClassName
{
color: #692A1C;
}
</style>
background-color css
<style>
a { background-color: #692A1C; }
a { background-color: rgb(105,42,28); }
div.DivClassName
{
background-color: #692A1C;
}
.BgClassName
{
background-color: #692A1C;
}
</style>
border-color css
<style>
span { border-color: #692A1C; }
span { border-color: rgb(105,42,28); }
td.TdClassName
{
border-color: #692A1C;
}
.TagClassName
{
border-color: #692A1C;
}
</style>