#406616

Color #406616 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #406616

Tints of Dell #406616

Color information

#406616 (or 0x406616) is unknown color: approx Dell. HEX triplet: 40, 66 and 16. RGB value is (64,102,22). Sum of RGB (Red+Green+Blue) = 64+102+22=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #406616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406616 is #BF99E9. Grayscale: #515151. Windows color (decimal): -12556778 or 1467968. OLE color: 1467968.

HSL color Cylindrical-coordinate representation of color #406616: hue angle of 88.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #406616 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB6410222-
CMYK0.3700.780.6
HSL88.5º64.52%24.31%-
HSV(B)88.5º78.43%40%-
XYZ7.0110.652.45-
YUV81.5294.41115.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=34.04%
G=54.26%
B=11.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64102220.3700.780.688.564.5224.31
Hex4066162504E3C584118
Octal100146264501167413010130
Binary1000000110011010110100101010011101111001011000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406616; }

 p { color: rgb(64,102,22); }

 H1.HeaderClassName
 {
   color: #406616;
 }
 .AnyTagClassName
 {
   color: #406616;
 }
</style>
background-color css

<style>
 a { background-color: #406616; }

 a { background-color: rgb(64,102,22); }

 div.DivClassName
 {
   background-color: #406616;
 }
 .BgClassName
 {
   background-color: #406616;
 }
</style>
border-color css

<style>
 span { border-color: #406616; }

 span { border-color: rgb(64,102,22); }

 td.TdClassName
 {
   border-color: #406616;
 }
 .TagClassName
 {
   border-color: #406616;
 }
</style>