#40611D

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

Shades of Dell #40611D

Tints of Dell #40611D

Color information

#40611D (or 0x40611D) is unknown color: approx Dell. HEX triplet: 40, 61 and 1D. RGB value is (64,97,29). Sum of RGB (Red+Green+Blue) = 64+97+29=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #40611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40611D is #BF9EE2. Grayscale: #4F4F4F. Windows color (decimal): -12558051 or 1925440. OLE color: 1925440.

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

Color convert

RGB649729-
CMYK0.3400.700.62
HSL89.12º53.97%24.71%-
HSV(B)89.12º70.1%38.04%-
XYZ6.619.732.69-
YUV79.3899.57117.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=33.68%
G=51.05%
B=15.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497290.3400.700.6289.1253.9724.71
Hex40611D220463E593619
Octal10014135420106761316631
Binary100000011000011110110001001000110111110101100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40611D; }

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

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

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

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

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

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

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

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