Shades of Congo Brown #694F4B
Tints of Congo Brown #694F4B
RGB
CMYK
RGB Variations
Color information
#694F4B (or 0x694F4B) is known color: Congo Brown. HEX triplet: 69, 4F and 4B. RGB value is (105,79,75). Sum of RGB (Red+Green+Blue) = 105+79+75=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #694F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F4B is #96B0B4. Grayscale: #565656. Windows color (decimal): -9875637 or 4935529. OLE color: 4935529.
HSL color Cylindrical-coordinate representation of color #694F4B: hue angle of 8º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #694F4B is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 75 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.59 |
| HSL | 8º | 0.17% | 0.35% | - |
| HSV(B) | 8º | 0.29% | 0.41% | - |
| XYZ | 9.89 | 9.1 | 7.89 | - |
| YUV | 86.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 75 | 0 | 0.25 | 0.29 | 0.59 | 8 | 0.17 | 0.35 |
| Hex | 69 | 4F | 4B | 0 | 19 | 1D | 3B | 8 | 11 | 23 |
| Octal | 151 | 117 | 113 | 0 | 31 | 35 | 73 | 10 | 21 | 43 |
| Binary | 1101001 | 1001111 | 1001011 | 0 | 11001 | 11101 | 111011 | 1000 | 10001 | 100011 |
Color Harmonies of #694F4B
Complementary color
Monochromatic Colors of #694F4B
Black with #694F4B
Text Example
Text Example
White with #694F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F4B; }
p { color: rgb(105,79,75); }
H1.HeaderClassName
{
color: #694F4B;
}
.AnyTagClassName
{
color: #694F4B;
}
</style>
background-color css
<style>
a { background-color: #694F4B; }
a { background-color: rgb(105,79,75); }
div.DivClassName
{
background-color: #694F4B;
}
.BgClassName
{
background-color: #694F4B;
}
</style>
border-color css
<style>
span { border-color: #694F4B; }
span { border-color: rgb(105,79,75); }
td.TdClassName
{
border-color: #694F4B;
}
.TagClassName
{
border-color: #694F4B;
}
</style>