Shades of Congo Brown #694B42
Tints of Congo Brown #694B42
RGB
CMYK
RGB Variations
Color information
#694B42 (or 0x694B42) is known color: Congo Brown. HEX triplet: 69, 4B and 42. RGB value is (105,75,66). Sum of RGB (Red+Green+Blue) = 105+75+66=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #694B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B42 is #96B4BD. Grayscale: #535353. Windows color (decimal): -9876670 or 4344681. OLE color: 4344681.
HSL color Cylindrical-coordinate representation of color #694B42: hue angle of 13.85º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694B42 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 66 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.59 |
| HSL | 13.85º | 0.23% | 0.34% | - |
| HSV(B) | 13.85º | 0.37% | 0.41% | - |
| XYZ | 9.33 | 8.43 | 6.29 | - |
| YUV | 82.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 66 | 0 | 0.29 | 0.37 | 0.59 | 13.85 | 0.23 | 0.34 |
| Hex | 69 | 4B | 42 | 0 | 1D | 25 | 3B | E | 17 | 22 |
| Octal | 151 | 113 | 102 | 0 | 35 | 45 | 73 | 16 | 27 | 42 |
| Binary | 1101001 | 1001011 | 1000010 | 0 | 11101 | 100101 | 111011 | 1110 | 10111 | 100010 |
Color Harmonies of #694B42
Complementary color
Monochromatic Colors of #694B42
Black with #694B42
Text Example
Text Example
White with #694B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B42; }
p { color: rgb(105,75,66); }
H1.HeaderClassName
{
color: #694B42;
}
.AnyTagClassName
{
color: #694B42;
}
</style>
background-color css
<style>
a { background-color: #694B42; }
a { background-color: rgb(105,75,66); }
div.DivClassName
{
background-color: #694B42;
}
.BgClassName
{
background-color: #694B42;
}
</style>
border-color css
<style>
span { border-color: #694B42; }
span { border-color: rgb(105,75,66); }
td.TdClassName
{
border-color: #694B42;
}
.TagClassName
{
border-color: #694B42;
}
</style>