Shades of Dell #36660C
Tints of Dell #36660C
RGB
CMYK
RGB Variations
Color information
#36660C (or 0x36660C) is known color: Dell. HEX triplet: 36, 66 and 0C. RGB value is (54,102,12). Sum of RGB (Red+Green+Blue) = 54+102+12=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #36660C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36660C is #C999F3. Grayscale: #4D4D4D. Windows color (decimal): -13212148 or 812598. OLE color: 812598.
HSL color Cylindrical-coordinate representation of color #36660C: hue angle of 92º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36660C is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 54 | 102 | 12 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.6 |
| HSL | 92º | 0.79% | 0.22% | - |
| HSV(B) | 92º | 0.88% | 0.4% | - |
| XYZ | 6.34 | 10.31 | 2 | - |
| YUV | 77.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 12 | 0.47 | 0 | 0.88 | 0.6 | 92 | 0.79 | 0.22 |
| Hex | 36 | 66 | C | 2F | 0 | 58 | 3C | 5C | 4F | 16 |
| Octal | 66 | 146 | 14 | 57 | 0 | 130 | 74 | 134 | 117 | 26 |
| Binary | 110110 | 1100110 | 1100 | 101111 | 0 | 1011000 | 111100 | 1011100 | 1001111 | 10110 |
Color Harmonies of #36660C
Complementary color
Monochromatic Colors of #36660C
Black with #36660C
Text Example
Text Example
White with #36660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36660C; }
p { color: rgb(54,102,12); }
H1.HeaderClassName
{
color: #36660C;
}
.AnyTagClassName
{
color: #36660C;
}
</style>
background-color css
<style>
a { background-color: #36660C; }
a { background-color: rgb(54,102,12); }
div.DivClassName
{
background-color: #36660C;
}
.BgClassName
{
background-color: #36660C;
}
</style>
border-color css
<style>
span { border-color: #36660C; }
span { border-color: rgb(54,102,12); }
td.TdClassName
{
border-color: #36660C;
}
.TagClassName
{
border-color: #36660C;
}
</style>