#406C1F

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

Shades of Dell #406C1F

Tints of Dell #406C1F

Color information

#406C1F (or 0x406C1F) is unknown color: approx Dell. HEX triplet: 40, 6C and 1F. RGB value is (64,108,31). Sum of RGB (Red+Green+Blue) = 64+108+31=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #406C1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C1F is #BF93E0. Grayscale: #565656. Windows color (decimal): -12555233 or 2059328. OLE color: 2059328.

HSL color Cylindrical-coordinate representation of color #406C1F: hue angle of 94.29º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #406C1F is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB6410831-
CMYK0.4100.710.58
HSL94.29º55.4%27.25%-
HSV(B)94.29º71.3%42.35%-
XYZ7.7211.913.19-
YUV86.0796.92112.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 108 (42.58% from 255) = 53.20%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=31.53%
G=53.20%
B=15.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64108310.4100.710.5894.2955.427.25
Hex406C1F290473A5e371b
Octal10015437510107721366733
Binary100000011011001111110100101000111111010101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406C1F; }

 p { color: rgb(64,108,31); }

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

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

 a { background-color: rgb(64,108,31); }

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

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

 span { border-color: rgb(64,108,31); }

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