Html Css Color HEX #406616 Dell

📋 copy color: '#406616'

red 64 ◦ green 102 ◦ blue 22

#406616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #406616

Tints of Dell #406616

RGB

 RED value IS 64 (25.39% from 255) = 34.04%

 GREEN value IS 102 (40.23% from 255) = 54.26%

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 34.04%
G = 54.26%
B = 11.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#406616 (or 0x406616) is known color: Dell. HEX triplet: 40, 66 and 16. RGB value is (64,102,22). Sum of RGB (Red+Green+Blue) = 64+102+22=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #406616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406616 is #BF99E9. Grayscale: #515151. Windows color (decimal): -12556778 or 1467968. OLE color: 1467968.

HSL color Cylindrical-coordinate representation of color #406616: hue angle of 88.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #406616 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 22 -
CMYK 0.37 0 0.78 0.6
HSL 88.5º 0.65% 0.24% -
HSV(B) 88.5º 0.78% 0.4% -
XYZ 7.01 10.65 2.45 -
YUV 81.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 64 102 22 0.37 0 0.78 0.6 88.5 0.65 0.24
Hex 40 66 16 25 0 4E 3C 58 41 18
Octal 100 146 26 45 0 116 74 130 101 30
Binary 1000000 1100110 10110 100101 0 1001110 111100 1011000 1000001 11000

Color Harmonies of #406616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406616

Black with #406616

Text Example


Text Example

White with #406616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406616; }

 p { color: rgb(64,102,22); }

 H1.HeaderClassName
 {
   color: #406616;
 }
 .AnyTagClassName
 {
   color: #406616;
 }
</style>

background-color css

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

 a { background-color: rgb(64,102,22); }

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

border-color css

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

 span { border-color: rgb(64,102,22); }

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