Shades of Dallas #67502F
Tints of Dallas #67502F
RGB
CMYK
RGB Variations
Color information
#67502F (or 0x67502F) is known color: Dallas. HEX triplet: 67, 50 and 2F. RGB value is (103,80,47). Sum of RGB (Red+Green+Blue) = 103+80+47=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 103 - color contains mainly: red. Hex color #67502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67502F is #98AFD0. Grayscale: #535353. Windows color (decimal): -10006481 or 3100775. OLE color: 3100775.
HSL color Cylindrical-coordinate representation of color #67502F: hue angle of 35.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67502F is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 47 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.60 |
| HSL | 35.36º | 0.37% | 0.29% | - |
| HSV(B) | 35.36º | 0.54% | 0.4% | - |
| XYZ | 8.98 | 8.83 | 3.92 | - |
| YUV | 83.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 47 | 0 | 0.22 | 0.54 | 0.60 | 35.36 | 0.37 | 0.29 |
| Hex | 67 | 50 | 2F | 0 | 16 | 36 | 3C | 23 | 25 | 1D |
| Octal | 147 | 120 | 57 | 0 | 26 | 66 | 74 | 43 | 45 | 35 |
| Binary | 1100111 | 1010000 | 101111 | 0 | 10110 | 110110 | 111100 | 100011 | 100101 | 11101 |
Color Harmonies of #67502F
Complementary color
Monochromatic Colors of #67502F
Black with #67502F
Text Example
Text Example
White with #67502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67502F; }
p { color: rgb(103,80,47); }
H1.HeaderClassName
{
color: #67502F;
}
.AnyTagClassName
{
color: #67502F;
}
</style>
background-color css
<style>
a { background-color: #67502F; }
a { background-color: rgb(103,80,47); }
div.DivClassName
{
background-color: #67502F;
}
.BgClassName
{
background-color: #67502F;
}
</style>
border-color css
<style>
span { border-color: #67502F; }
span { border-color: rgb(103,80,47); }
td.TdClassName
{
border-color: #67502F;
}
.TagClassName
{
border-color: #67502F;
}
</style>