Shades of Dallas #634B27
Tints of Dallas #634B27
RGB
CMYK
RGB Variations
Color information
#634B27 (or 0x634B27) is known color: Dallas. HEX triplet: 63, 4B and 27. RGB value is (99,75,39). Sum of RGB (Red+Green+Blue) = 99+75+39=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #634B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B27 is #9CB4D8. Grayscale: #4E4E4E. Windows color (decimal): -10269913 or 2575203. OLE color: 2575203.
HSL color Cylindrical-coordinate representation of color #634B27: hue angle of 36º 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 #634B27 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 75 | 39 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.61 |
| HSL | 36º | 0.43% | 0.27% | - |
| HSV(B) | 36º | 0.61% | 0.39% | - |
| XYZ | 8.03 | 7.83 | 3.01 | - |
| YUV | 78.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 39 | 0 | 0.24 | 0.61 | 0.61 | 36 | 0.43 | 0.27 |
| Hex | 63 | 4B | 27 | 0 | 18 | 3D | 3D | 24 | 2B | 1B |
| Octal | 143 | 113 | 47 | 0 | 30 | 75 | 75 | 44 | 53 | 33 |
| Binary | 1100011 | 1001011 | 100111 | 0 | 11000 | 111101 | 111101 | 100100 | 101011 | 11011 |
Color Harmonies of #634B27
Complementary color
Monochromatic Colors of #634B27
Black with #634B27
Text Example
Text Example
White with #634B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B27; }
p { color: rgb(99,75,39); }
H1.HeaderClassName
{
color: #634B27;
}
.AnyTagClassName
{
color: #634B27;
}
</style>
background-color css
<style>
a { background-color: #634B27; }
a { background-color: rgb(99,75,39); }
div.DivClassName
{
background-color: #634B27;
}
.BgClassName
{
background-color: #634B27;
}
</style>
border-color css
<style>
span { border-color: #634B27; }
span { border-color: rgb(99,75,39); }
td.TdClassName
{
border-color: #634B27;
}
.TagClassName
{
border-color: #634B27;
}
</style>