Shades of Dallas #67482B
Tints of Dallas #67482B
RGB
CMYK
RGB Variations
Color information
#67482B (or 0x67482B) is known color: Dallas. HEX triplet: 67, 48 and 2B. RGB value is (103,72,43). Sum of RGB (Red+Green+Blue) = 103+72+43=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #67482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67482B is #98B7D4. Grayscale: #4E4E4E. Windows color (decimal): -10008533 or 2836583. OLE color: 2836583.
HSL color Cylindrical-coordinate representation of color #67482B: hue angle of 29º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67482B is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 72 | 43 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.60 |
| HSL | 29º | 0.41% | 0.29% | - |
| HSV(B) | 29º | 0.58% | 0.4% | - |
| XYZ | 8.35 | 7.69 | 3.33 | - |
| YUV | 77.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 43 | 0 | 0.30 | 0.58 | 0.60 | 29 | 0.41 | 0.29 |
| Hex | 67 | 48 | 2B | 0 | 1E | 3A | 3C | 1D | 29 | 1D |
| Octal | 147 | 110 | 53 | 0 | 36 | 72 | 74 | 35 | 51 | 35 |
| Binary | 1100111 | 1001000 | 101011 | 0 | 11110 | 111010 | 111100 | 11101 | 101001 | 11101 |
Color Harmonies of #67482B
Complementary color
Monochromatic Colors of #67482B
Black with #67482B
Text Example
Text Example
White with #67482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67482B; }
p { color: rgb(103,72,43); }
H1.HeaderClassName
{
color: #67482B;
}
.AnyTagClassName
{
color: #67482B;
}
</style>
background-color css
<style>
a { background-color: #67482B; }
a { background-color: rgb(103,72,43); }
div.DivClassName
{
background-color: #67482B;
}
.BgClassName
{
background-color: #67482B;
}
</style>
border-color css
<style>
span { border-color: #67482B; }
span { border-color: rgb(103,72,43); }
td.TdClassName
{
border-color: #67482B;
}
.TagClassName
{
border-color: #67482B;
}
</style>