Shades of Congo Brown #69514C
Tints of Congo Brown #69514C
RGB
CMYK
RGB Variations
Color information
#69514C (or 0x69514C) is known color: Congo Brown. HEX triplet: 69, 51 and 4C. RGB value is (105,81,76). Sum of RGB (Red+Green+Blue) = 105+81+76=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #69514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69514C is #96AEB3. Grayscale: #575757. Windows color (decimal): -9875124 or 5001577. OLE color: 5001577.
HSL color Cylindrical-coordinate representation of color #69514C: hue angle of 10.34º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69514C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 81 | 76 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.59 |
| HSL | 10.34º | 0.16% | 0.35% | - |
| HSV(B) | 10.34º | 0.28% | 0.41% | - |
| XYZ | 10.07 | 9.41 | 8.12 | - |
| YUV | 87.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 76 | 0 | 0.23 | 0.28 | 0.59 | 10.34 | 0.16 | 0.35 |
| Hex | 69 | 51 | 4C | 0 | 17 | 1C | 3B | A | 10 | 23 |
| Octal | 151 | 121 | 114 | 0 | 27 | 34 | 73 | 12 | 20 | 43 |
| Binary | 1101001 | 1010001 | 1001100 | 0 | 10111 | 11100 | 111011 | 1010 | 10000 | 100011 |
Color Harmonies of #69514C
Complementary color
Monochromatic Colors of #69514C
Black with #69514C
Text Example
Text Example
White with #69514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69514C; }
p { color: rgb(105,81,76); }
H1.HeaderClassName
{
color: #69514C;
}
.AnyTagClassName
{
color: #69514C;
}
</style>
background-color css
<style>
a { background-color: #69514C; }
a { background-color: rgb(105,81,76); }
div.DivClassName
{
background-color: #69514C;
}
.BgClassName
{
background-color: #69514C;
}
</style>
border-color css
<style>
span { border-color: #69514C; }
span { border-color: rgb(105,81,76); }
td.TdClassName
{
border-color: #69514C;
}
.TagClassName
{
border-color: #69514C;
}
</style>