Shades of Dell #42641B
Tints of Dell #42641B
RGB
CMYK
RGB Variations
Color information
#42641B (or 0x42641B) is known color: Dell. HEX triplet: 42, 64 and 1B. RGB value is (66,100,27). Sum of RGB (Red+Green+Blue) = 66+100+27=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #42641B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42641B is #BD9BE4. Grayscale: #515151. Windows color (decimal): -12426213 or 1795138. OLE color: 1795138.
HSL color Cylindrical-coordinate representation of color #42641B: hue angle of 87.95º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42641B is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 100 | 27 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.61 |
| HSL | 87.95º | 0.57% | 0.25% | - |
| HSV(B) | 87.95º | 0.73% | 0.39% | - |
| XYZ | 7 | 10.35 | 2.67 | - |
| YUV | 81.51 | 97.24 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 27 | 0.34 | 0 | 0.73 | 0.61 | 87.95 | 0.57 | 0.25 |
| Hex | 42 | 64 | 1B | 22 | 0 | 49 | 3D | 58 | 39 | 19 |
| Octal | 102 | 144 | 33 | 42 | 0 | 111 | 75 | 130 | 71 | 31 |
| Binary | 1000010 | 1100100 | 11011 | 100010 | 0 | 1001001 | 111101 | 1011000 | 111001 | 11001 |
Color Harmonies of #42641B
Complementary color
Monochromatic Colors of #42641B
Black with #42641B
Text Example
Text Example
White with #42641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42641B; }
p { color: rgb(66,100,27); }
H1.HeaderClassName
{
color: #42641B;
}
.AnyTagClassName
{
color: #42641B;
}
</style>
background-color css
<style>
a { background-color: #42641B; }
a { background-color: rgb(66,100,27); }
div.DivClassName
{
background-color: #42641B;
}
.BgClassName
{
background-color: #42641B;
}
</style>
border-color css
<style>
span { border-color: #42641B; }
span { border-color: rgb(66,100,27); }
td.TdClassName
{
border-color: #42641B;
}
.TagClassName
{
border-color: #42641B;
}
</style>