Shades of Congo Brown #634842
Tints of Congo Brown #634842
RGB
CMYK
RGB Variations
Color information
#634842 (or 0x634842) is known color: Congo Brown. HEX triplet: 63, 48 and 42. RGB value is (99,72,66). Sum of RGB (Red+Green+Blue) = 99+72+66=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #634842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634842 is #9CB7BD. Grayscale: #4F4F4F. Windows color (decimal): -10270654 or 4343907. OLE color: 4343907.
HSL color Cylindrical-coordinate representation of color #634842: hue angle of 10.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634842 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 72 | 66 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.61 |
| HSL | 10.91º | 0.2% | 0.32% | - |
| HSV(B) | 10.91º | 0.33% | 0.39% | - |
| XYZ | 8.45 | 7.68 | 6.19 | - |
| YUV | 79.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 66 | 0 | 0.27 | 0.33 | 0.61 | 10.91 | 0.2 | 0.32 |
| Hex | 63 | 48 | 42 | 0 | 1B | 21 | 3D | B | 14 | 20 |
| Octal | 143 | 110 | 102 | 0 | 33 | 41 | 75 | 13 | 24 | 40 |
| Binary | 1100011 | 1001000 | 1000010 | 0 | 11011 | 100001 | 111101 | 1011 | 10100 | 100000 |
Color Harmonies of #634842
Complementary color
Monochromatic Colors of #634842
Black with #634842
Text Example
Text Example
White with #634842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634842; }
p { color: rgb(99,72,66); }
H1.HeaderClassName
{
color: #634842;
}
.AnyTagClassName
{
color: #634842;
}
</style>
background-color css
<style>
a { background-color: #634842; }
a { background-color: rgb(99,72,66); }
div.DivClassName
{
background-color: #634842;
}
.BgClassName
{
background-color: #634842;
}
</style>
border-color css
<style>
span { border-color: #634842; }
span { border-color: rgb(99,72,66); }
td.TdClassName
{
border-color: #634842;
}
.TagClassName
{
border-color: #634842;
}
</style>