Shades of Dark Brown #634422
Tints of Dark Brown #634422
RGB
CMYK
RGB Variations
Color information
#634422 (or 0x634422) is known color: Dark Brown. HEX triplet: 63, 44 and 22. RGB value is (99,68,34). Sum of RGB (Red+Green+Blue) = 99+68+34=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #634422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634422 is #9CBBDD. Grayscale: #494949. Windows color (decimal): -10271710 or 2245731. OLE color: 2245731.
HSL color Cylindrical-coordinate representation of color #634422: hue angle of 31.38º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #634422 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 34 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.61 |
| HSL | 31.38º | 0.49% | 0.26% | - |
| HSV(B) | 31.38º | 0.66% | 0.39% | - |
| XYZ | 7.5 | 6.9 | 2.45 | - |
| YUV | 73.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 34 | 0 | 0.31 | 0.66 | 0.61 | 31.38 | 0.49 | 0.26 |
| Hex | 63 | 44 | 22 | 0 | 1F | 42 | 3D | 1F | 31 | 1A |
| Octal | 143 | 104 | 42 | 0 | 37 | 102 | 75 | 37 | 61 | 32 |
| Binary | 1100011 | 1000100 | 100010 | 0 | 11111 | 1000010 | 111101 | 11111 | 110001 | 11010 |
Color Harmonies of #634422
Complementary color
Monochromatic Colors of #634422
Black with #634422
Text Example
Text Example
White with #634422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634422; }
p { color: rgb(99,68,34); }
H1.HeaderClassName
{
color: #634422;
}
.AnyTagClassName
{
color: #634422;
}
</style>
background-color css
<style>
a { background-color: #634422; }
a { background-color: rgb(99,68,34); }
div.DivClassName
{
background-color: #634422;
}
.BgClassName
{
background-color: #634422;
}
</style>
border-color css
<style>
span { border-color: #634422; }
span { border-color: rgb(99,68,34); }
td.TdClassName
{
border-color: #634422;
}
.TagClassName
{
border-color: #634422;
}
</style>