Shades of Congo Brown #694F4C
Tints of Congo Brown #694F4C
RGB
CMYK
RGB Variations
Color information
#694F4C (or 0x694F4C) is known color: Congo Brown. HEX triplet: 69, 4F and 4C. RGB value is (105,79,76). Sum of RGB (Red+Green+Blue) = 105+79+76=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #694F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F4C is #96B0B3. Grayscale: #565656. Windows color (decimal): -9875636 or 5001065. OLE color: 5001065.
HSL color Cylindrical-coordinate representation of color #694F4C: hue angle of 6.21º 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 #694F4C is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 76 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.59 |
| HSL | 6.21º | 0.16% | 0.35% | - |
| HSV(B) | 6.21º | 0.28% | 0.41% | - |
| XYZ | 9.93 | 9.12 | 8.07 | - |
| YUV | 86.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 76 | 0 | 0.25 | 0.28 | 0.59 | 6.21 | 0.16 | 0.35 |
| Hex | 69 | 4F | 4C | 0 | 19 | 1C | 3B | 6 | 10 | 23 |
| Octal | 151 | 117 | 114 | 0 | 31 | 34 | 73 | 6 | 20 | 43 |
| Binary | 1101001 | 1001111 | 1001100 | 0 | 11001 | 11100 | 111011 | 110 | 10000 | 100011 |
Color Harmonies of #694F4C
Complementary color
Monochromatic Colors of #694F4C
Black with #694F4C
Text Example
Text Example
White with #694F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F4C; }
p { color: rgb(105,79,76); }
H1.HeaderClassName
{
color: #694F4C;
}
.AnyTagClassName
{
color: #694F4C;
}
</style>
background-color css
<style>
a { background-color: #694F4C; }
a { background-color: rgb(105,79,76); }
div.DivClassName
{
background-color: #694F4C;
}
.BgClassName
{
background-color: #694F4C;
}
</style>
border-color css
<style>
span { border-color: #694F4C; }
span { border-color: rgb(105,79,76); }
td.TdClassName
{
border-color: #694F4C;
}
.TagClassName
{
border-color: #694F4C;
}
</style>