Shades of Congo Brown #694F48
Tints of Congo Brown #694F48
RGB
CMYK
RGB Variations
Color information
#694F48 (or 0x694F48) is known color: Congo Brown. HEX triplet: 69, 4F and 48. RGB value is (105,79,72). Sum of RGB (Red+Green+Blue) = 105+79+72=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #694F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F48 is #96B0B7. Grayscale: #565656. Windows color (decimal): -9875640 or 4738921. OLE color: 4738921.
HSL color Cylindrical-coordinate representation of color #694F48: hue angle of 12.73º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #694F48 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 72 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.59 |
| HSL | 12.73º | 0.19% | 0.35% | - |
| HSV(B) | 12.73º | 0.31% | 0.41% | - |
| XYZ | 9.79 | 9.06 | 7.36 | - |
| YUV | 85.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 72 | 0 | 0.25 | 0.31 | 0.59 | 12.73 | 0.19 | 0.35 |
| Hex | 69 | 4F | 48 | 0 | 19 | 1F | 3B | D | 13 | 23 |
| Octal | 151 | 117 | 110 | 0 | 31 | 37 | 73 | 15 | 23 | 43 |
| Binary | 1101001 | 1001111 | 1001000 | 0 | 11001 | 11111 | 111011 | 1101 | 10011 | 100011 |
Color Harmonies of #694F48
Complementary color
Monochromatic Colors of #694F48
Black with #694F48
Text Example
Text Example
White with #694F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F48; }
p { color: rgb(105,79,72); }
H1.HeaderClassName
{
color: #694F48;
}
.AnyTagClassName
{
color: #694F48;
}
</style>
background-color css
<style>
a { background-color: #694F48; }
a { background-color: rgb(105,79,72); }
div.DivClassName
{
background-color: #694F48;
}
.BgClassName
{
background-color: #694F48;
}
</style>
border-color css
<style>
span { border-color: #694F48; }
span { border-color: rgb(105,79,72); }
td.TdClassName
{
border-color: #694F48;
}
.TagClassName
{
border-color: #694F48;
}
</style>