Shades of Dark Brown #634527
Tints of Dark Brown #634527
RGB
CMYK
RGB Variations
Color information
#634527 (or 0x634527) is known color: Dark Brown. HEX triplet: 63, 45 and 27. RGB value is (99,69,39). Sum of RGB (Red+Green+Blue) = 99+69+39=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #634527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634527 is #9CBAD8. Grayscale: #4A4A4A. Windows color (decimal): -10271449 or 2573667. OLE color: 2573667.
HSL color Cylindrical-coordinate representation of color #634527: hue angle of 30º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #634527 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 39 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.61 |
| HSL | 30º | 0.43% | 0.27% | - |
| HSV(B) | 30º | 0.61% | 0.39% | - |
| XYZ | 7.64 | 7.06 | 2.88 | - |
| YUV | 74.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 39 | 0 | 0.30 | 0.61 | 0.61 | 30 | 0.43 | 0.27 |
| Hex | 63 | 45 | 27 | 0 | 1E | 3D | 3D | 1E | 2B | 1B |
| Octal | 143 | 105 | 47 | 0 | 36 | 75 | 75 | 36 | 53 | 33 |
| Binary | 1100011 | 1000101 | 100111 | 0 | 11110 | 111101 | 111101 | 11110 | 101011 | 11011 |
Color Harmonies of #634527
Complementary color
Monochromatic Colors of #634527
Black with #634527
Text Example
Text Example
White with #634527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634527; }
p { color: rgb(99,69,39); }
H1.HeaderClassName
{
color: #634527;
}
.AnyTagClassName
{
color: #634527;
}
</style>
background-color css
<style>
a { background-color: #634527; }
a { background-color: rgb(99,69,39); }
div.DivClassName
{
background-color: #634527;
}
.BgClassName
{
background-color: #634527;
}
</style>
border-color css
<style>
span { border-color: #634527; }
span { border-color: rgb(99,69,39); }
td.TdClassName
{
border-color: #634527;
}
.TagClassName
{
border-color: #634527;
}
</style>