Shades of Congo Brown #634A42
Tints of Congo Brown #634A42
RGB
CMYK
RGB Variations
Color information
#634A42 (or 0x634A42) is known color: Congo Brown. HEX triplet: 63, 4A and 42. RGB value is (99,74,66). Sum of RGB (Red+Green+Blue) = 99+74+66=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #634A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A42 is #9CB5BD. Grayscale: #505050. Windows color (decimal): -10270142 or 4344419. OLE color: 4344419.
HSL color Cylindrical-coordinate representation of color #634A42: hue angle of 14.55º 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 #634A42 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 66 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.61 |
| HSL | 14.55º | 0.2% | 0.32% | - |
| HSV(B) | 14.55º | 0.33% | 0.39% | - |
| XYZ | 8.58 | 7.94 | 6.24 | - |
| YUV | 80.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 66 | 0 | 0.25 | 0.33 | 0.61 | 14.55 | 0.2 | 0.32 |
| Hex | 63 | 4A | 42 | 0 | 19 | 21 | 3D | F | 14 | 20 |
| Octal | 143 | 112 | 102 | 0 | 31 | 41 | 75 | 17 | 24 | 40 |
| Binary | 1100011 | 1001010 | 1000010 | 0 | 11001 | 100001 | 111101 | 1111 | 10100 | 100000 |
Color Harmonies of #634A42
Complementary color
Monochromatic Colors of #634A42
Black with #634A42
Text Example
Text Example
White with #634A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A42; }
p { color: rgb(99,74,66); }
H1.HeaderClassName
{
color: #634A42;
}
.AnyTagClassName
{
color: #634A42;
}
</style>
background-color css
<style>
a { background-color: #634A42; }
a { background-color: rgb(99,74,66); }
div.DivClassName
{
background-color: #634A42;
}
.BgClassName
{
background-color: #634A42;
}
</style>
border-color css
<style>
span { border-color: #634A42; }
span { border-color: rgb(99,74,66); }
td.TdClassName
{
border-color: #634A42;
}
.TagClassName
{
border-color: #634A42;
}
</style>