#406713

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

Shades of Dell #406713

Tints of Dell #406713

Color information

#406713 (or 0x406713) is unknown color: approx Dell. HEX triplet: 40, 67 and 13. RGB value is (64,103,19). Sum of RGB (Red+Green+Blue) = 64+103+19=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #406713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406713 is #BF98EC. Grayscale: #525252. Windows color (decimal): -12556525 or 1271616. OLE color: 1271616.

HSL color Cylindrical-coordinate representation of color #406713: hue angle of 87.86º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #406713 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB6410319-
CMYK0.3800.820.60
HSL87.86º68.85%23.92%-
HSV(B)87.86º81.55%40.39%-
XYZ7.0810.842.33-
YUV81.7692.58115.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 103 (40.62% from 255) = 55.38%
BLUE value IS 19 (7.81% from 255) = 10.22%
R=34.41%
G=55.38%
B=10.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64103190.3800.820.6087.8668.8523.92
Hex406713260523C584518
Octal100147234601227413010530
Binary1000000110011110011100110010100101111001011000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406713; }

 p { color: rgb(64,103,19); }

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

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

 a { background-color: rgb(64,103,19); }

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

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

 span { border-color: rgb(64,103,19); }

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