Shades of Pueblo #692E18
Tints of Pueblo #692E18
RGB
CMYK
RGB Variations
Color information
#692E18 (or 0x692E18) is known color: Pueblo. HEX triplet: 69, 2E and 18. RGB value is (105,46,24). Sum of RGB (Red+Green+Blue) = 105+46+24=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #692E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692E18 is #96D1E7. Grayscale: #3D3D3D. Windows color (decimal): -9884136 or 1584745. OLE color: 1584745.
HSL color Cylindrical-coordinate representation of color #692E18: hue angle of 16.3º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #692E18 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 46 | 24 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.59 |
| HSL | 16.3º | 0.63% | 0.25% | - |
| HSV(B) | 16.3º | 0.77% | 0.41% | - |
| XYZ | 6.97 | 5.02 | 1.47 | - |
| YUV | 61.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 24 | 0 | 0.56 | 0.77 | 0.59 | 16.3 | 0.63 | 0.25 |
| Hex | 69 | 2E | 18 | 0 | 38 | 4D | 3B | 10 | 3F | 19 |
| Octal | 151 | 56 | 30 | 0 | 70 | 115 | 73 | 20 | 77 | 31 |
| Binary | 1101001 | 101110 | 11000 | 0 | 111000 | 1001101 | 111011 | 10000 | 111111 | 11001 |
Color Harmonies of #692E18
Complementary color
Monochromatic Colors of #692E18
Black with #692E18
Text Example
Text Example
White with #692E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E18; }
p { color: rgb(105,46,24); }
H1.HeaderClassName
{
color: #692E18;
}
.AnyTagClassName
{
color: #692E18;
}
</style>
background-color css
<style>
a { background-color: #692E18; }
a { background-color: rgb(105,46,24); }
div.DivClassName
{
background-color: #692E18;
}
.BgClassName
{
background-color: #692E18;
}
</style>
border-color css
<style>
span { border-color: #692E18; }
span { border-color: rgb(105,46,24); }
td.TdClassName
{
border-color: #692E18;
}
.TagClassName
{
border-color: #692E18;
}
</style>