Shades of Congo Brown #69443F
Tints of Congo Brown #69443F
RGB
CMYK
RGB Variations
Color information
#69443F (or 0x69443F) is known color: Congo Brown. HEX triplet: 69, 44 and 3F. RGB value is (105,68,63). Sum of RGB (Red+Green+Blue) = 105+68+63=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #69443F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69443F is #96BBC0. Grayscale: #4E4E4E. Windows color (decimal): -9878465 or 4146281. OLE color: 4146281.
HSL color Cylindrical-coordinate representation of color #69443F: hue angle of 7.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69443F is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 68 | 63 | - |
| CMYK | 0 | 0.35 | 0.4 | 0.59 |
| HSL | 7.14º | 0.25% | 0.33% | - |
| HSV(B) | 7.14º | 0.4% | 0.41% | - |
| XYZ | 8.79 | 7.5 | 5.69 | - |
| YUV | 78.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 63 | 0 | 0.35 | 0.4 | 0.59 | 7.14 | 0.25 | 0.33 |
| Hex | 69 | 44 | 3F | 0 | 23 | 28 | 3B | 7 | 19 | 21 |
| Octal | 151 | 104 | 77 | 0 | 43 | 50 | 73 | 7 | 31 | 41 |
| Binary | 1101001 | 1000100 | 111111 | 0 | 100011 | 101000 | 111011 | 111 | 11001 | 100001 |
Color Harmonies of #69443F
Complementary color
Monochromatic Colors of #69443F
Black with #69443F
Text Example
Text Example
White with #69443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69443F; }
p { color: rgb(105,68,63); }
H1.HeaderClassName
{
color: #69443F;
}
.AnyTagClassName
{
color: #69443F;
}
</style>
background-color css
<style>
a { background-color: #69443F; }
a { background-color: rgb(105,68,63); }
div.DivClassName
{
background-color: #69443F;
}
.BgClassName
{
background-color: #69443F;
}
</style>
border-color css
<style>
span { border-color: #69443F; }
span { border-color: rgb(105,68,63); }
td.TdClassName
{
border-color: #69443F;
}
.TagClassName
{
border-color: #69443F;
}
</style>