#406121

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

Shades of Dell #406121

Tints of Dell #406121

Color information

#406121 (or 0x406121) is unknown color: approx Dell. HEX triplet: 40, 61 and 21. RGB value is (64,97,33). Sum of RGB (Red+Green+Blue) = 64+97+33=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #406121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406121 is #BF9EDE. Grayscale: #505050. Windows color (decimal): -12558047 or 2187584. OLE color: 2187584.

HSL color Cylindrical-coordinate representation of color #406121: hue angle of 90.94º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406121 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB649733-
CMYK0.3400.660.62
HSL90.94º49.23%25.49%-
HSV(B)90.94º65.98%38.04%-
XYZ6.669.752.97-
YUV79.84101.57116.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=32.99%
G=50%
B=17.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497330.3400.660.6290.9449.2325.49
Hex406121220423E5b3119
Octal10014141420102761336131
Binary1000000110000110000110001001000010111110101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406121; }

 p { color: rgb(64,97,33); }

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

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

 a { background-color: rgb(64,97,33); }

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

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

 span { border-color: rgb(64,97,33); }

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