Shades of Congo Brown #694B47
Tints of Congo Brown #694B47
RGB
CMYK
RGB Variations
Color information
#694B47 (or 0x694B47) is known color: Congo Brown. HEX triplet: 69, 4B and 47. RGB value is (105,75,71). Sum of RGB (Red+Green+Blue) = 105+75+71=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #694B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B47 is #96B4B8. Grayscale: #535353. Windows color (decimal): -9876665 or 4672361. OLE color: 4672361.
HSL color Cylindrical-coordinate representation of color #694B47: hue angle of 7.06º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #694B47 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 71 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.59 |
| HSL | 7.06º | 0.19% | 0.35% | - |
| HSV(B) | 7.06º | 0.32% | 0.41% | - |
| XYZ | 9.48 | 8.49 | 7.1 | - |
| YUV | 83.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 71 | 0 | 0.29 | 0.32 | 0.59 | 7.06 | 0.19 | 0.35 |
| Hex | 69 | 4B | 47 | 0 | 1D | 20 | 3B | 7 | 13 | 23 |
| Octal | 151 | 113 | 107 | 0 | 35 | 40 | 73 | 7 | 23 | 43 |
| Binary | 1101001 | 1001011 | 1000111 | 0 | 11101 | 100000 | 111011 | 111 | 10011 | 100011 |
Color Harmonies of #694B47
Complementary color
Monochromatic Colors of #694B47
Black with #694B47
Text Example
Text Example
White with #694B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B47; }
p { color: rgb(105,75,71); }
H1.HeaderClassName
{
color: #694B47;
}
.AnyTagClassName
{
color: #694B47;
}
</style>
background-color css
<style>
a { background-color: #694B47; }
a { background-color: rgb(105,75,71); }
div.DivClassName
{
background-color: #694B47;
}
.BgClassName
{
background-color: #694B47;
}
</style>
border-color css
<style>
span { border-color: #694B47; }
span { border-color: rgb(105,75,71); }
td.TdClassName
{
border-color: #694B47;
}
.TagClassName
{
border-color: #694B47;
}
</style>