Shades of Congo Brown #644B43
Tints of Congo Brown #644B43
RGB
CMYK
RGB Variations
Color information
#644B43 (or 0x644B43) is known color: Congo Brown. HEX triplet: 64, 4B and 43. RGB value is (100,75,67). Sum of RGB (Red+Green+Blue) = 100+75+67=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #644B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B43 is #9BB4BC. Grayscale: #515151. Windows color (decimal): -10204349 or 4410212. OLE color: 4410212.
HSL color Cylindrical-coordinate representation of color #644B43: hue angle of 14.55º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #644B43 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 67 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.61 |
| HSL | 14.55º | 0.2% | 0.33% | - |
| HSV(B) | 14.55º | 0.33% | 0.39% | - |
| XYZ | 8.78 | 8.15 | 6.42 | - |
| YUV | 81.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 67 | 0 | 0.25 | 0.33 | 0.61 | 14.55 | 0.2 | 0.33 |
| Hex | 64 | 4B | 43 | 0 | 19 | 21 | 3D | F | 14 | 21 |
| Octal | 144 | 113 | 103 | 0 | 31 | 41 | 75 | 17 | 24 | 41 |
| Binary | 1100100 | 1001011 | 1000011 | 0 | 11001 | 100001 | 111101 | 1111 | 10100 | 100001 |
Color Harmonies of #644B43
Complementary color
Monochromatic Colors of #644B43
Black with #644B43
Text Example
Text Example
White with #644B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B43; }
p { color: rgb(100,75,67); }
H1.HeaderClassName
{
color: #644B43;
}
.AnyTagClassName
{
color: #644B43;
}
</style>
background-color css
<style>
a { background-color: #644B43; }
a { background-color: rgb(100,75,67); }
div.DivClassName
{
background-color: #644B43;
}
.BgClassName
{
background-color: #644B43;
}
</style>
border-color css
<style>
span { border-color: #644B43; }
span { border-color: rgb(100,75,67); }
td.TdClassName
{
border-color: #644B43;
}
.TagClassName
{
border-color: #644B43;
}
</style>