#406C2A

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

Shades of Dell #406C2A

Tints of Dell #406C2A

Color information

#406C2A (or 0x406C2A) is unknown color: approx Dell. HEX triplet: 40, 6C and 2A. RGB value is (64,108,42). Sum of RGB (Red+Green+Blue) = 64+108+42=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #406C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C2A is #BF93D5. Grayscale: #575757. Windows color (decimal): -12555222 or 2780224. OLE color: 2780224.

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

Color convert

RGB6410842-
CMYK0.4100.610.58
HSL100º44%29.41%-
HSV(B)100º61.11%42.35%-
XYZ7.8911.984.09-
YUV87.32102.42111.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 108 (42.58% from 255) = 50.47%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=29.91%
G=50.47%
B=19.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64108420.4100.610.581004429.41
Hex406C2A2903D3A642c1d
Octal1001545251075721445435
Binary100000011011001010101010010111101111010110010010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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