Shades of Congo Brown #69554E
Tints of Congo Brown #69554E
RGB
CMYK
RGB Variations
Color information
#69554E (or 0x69554E) is known color: Congo Brown. HEX triplet: 69, 55 and 4E. RGB value is (105,85,78). Sum of RGB (Red+Green+Blue) = 105+85+78=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #69554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69554E is #96AAB1. Grayscale: #5A5A5A. Windows color (decimal): -9874098 or 5133673. OLE color: 5133673.
HSL color Cylindrical-coordinate representation of color #69554E: hue angle of 15.56º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69554E is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 85 | 78 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.59 |
| HSL | 15.56º | 0.15% | 0.36% | - |
| HSV(B) | 15.56º | 0.26% | 0.41% | - |
| XYZ | 10.45 | 10.05 | 8.6 | - |
| YUV | 90.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 78 | 0 | 0.19 | 0.26 | 0.59 | 15.56 | 0.15 | 0.36 |
| Hex | 69 | 55 | 4E | 0 | 13 | 1A | 3B | 10 | F | 24 |
| Octal | 151 | 125 | 116 | 0 | 23 | 32 | 73 | 20 | 17 | 44 |
| Binary | 1101001 | 1010101 | 1001110 | 0 | 10011 | 11010 | 111011 | 10000 | 1111 | 100100 |
Color Harmonies of #69554E
Complementary color
Monochromatic Colors of #69554E
Black with #69554E
Text Example
Text Example
White with #69554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69554E; }
p { color: rgb(105,85,78); }
H1.HeaderClassName
{
color: #69554E;
}
.AnyTagClassName
{
color: #69554E;
}
</style>
background-color css
<style>
a { background-color: #69554E; }
a { background-color: rgb(105,85,78); }
div.DivClassName
{
background-color: #69554E;
}
.BgClassName
{
background-color: #69554E;
}
</style>
border-color css
<style>
span { border-color: #69554E; }
span { border-color: rgb(105,85,78); }
td.TdClassName
{
border-color: #69554E;
}
.TagClassName
{
border-color: #69554E;
}
</style>