Shades of Congo Brown #694C43
Tints of Congo Brown #694C43
RGB
CMYK
RGB Variations
Color information
#694C43 (or 0x694C43) is known color: Congo Brown. HEX triplet: 69, 4C and 43. RGB value is (105,76,67). Sum of RGB (Red+Green+Blue) = 105+76+67=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #694C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C43 is #96B3BC. Grayscale: #535353. Windows color (decimal): -9876413 or 4410473. OLE color: 4410473.
HSL color Cylindrical-coordinate representation of color #694C43: hue angle of 14.21º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #694C43 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 67 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.59 |
| HSL | 14.21º | 0.22% | 0.34% | - |
| HSV(B) | 14.21º | 0.36% | 0.41% | - |
| XYZ | 9.42 | 8.58 | 6.47 | - |
| YUV | 83.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 67 | 0 | 0.28 | 0.36 | 0.59 | 14.21 | 0.22 | 0.34 |
| Hex | 69 | 4C | 43 | 0 | 1C | 24 | 3B | E | 16 | 22 |
| Octal | 151 | 114 | 103 | 0 | 34 | 44 | 73 | 16 | 26 | 42 |
| Binary | 1101001 | 1001100 | 1000011 | 0 | 11100 | 100100 | 111011 | 1110 | 10110 | 100010 |
Color Harmonies of #694C43
Complementary color
Monochromatic Colors of #694C43
Black with #694C43
Text Example
Text Example
White with #694C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C43; }
p { color: rgb(105,76,67); }
H1.HeaderClassName
{
color: #694C43;
}
.AnyTagClassName
{
color: #694C43;
}
</style>
background-color css
<style>
a { background-color: #694C43; }
a { background-color: rgb(105,76,67); }
div.DivClassName
{
background-color: #694C43;
}
.BgClassName
{
background-color: #694C43;
}
</style>
border-color css
<style>
span { border-color: #694C43; }
span { border-color: rgb(105,76,67); }
td.TdClassName
{
border-color: #694C43;
}
.TagClassName
{
border-color: #694C43;
}
</style>