Html Css Color HEX #406419 Dell

📋 copy color: '#406419'

red 64 ◦ green 100 ◦ blue 25

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

Shades of Dell #406419

Tints of Dell #406419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 52.91%

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 33.86%
G = 52.91%
B = 13.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#406419 (or 0x406419) is known color: Dell. HEX triplet: 40, 64 and 19. RGB value is (64,100,25). Sum of RGB (Red+Green+Blue) = 64+100+25=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 100 (39.45% from 255 or 52.91% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 100 - color contains mainly: green. Hex color #406419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406419 is #BF9BE6. Grayscale: #505050. Windows color (decimal): -12557287 or 1664064. OLE color: 1664064.

HSL color Cylindrical-coordinate representation of color #406419: hue angle of 88.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406419 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 100 25 -
CMYK 0.36 0 0.75 0.61
HSL 88.8º 0.6% 0.25% -
HSV(B) 88.8º 0.75% 0.39% -
XYZ 6.85 10.27 2.54 -
YUV 80.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 64 100 25 0.36 0 0.75 0.61 88.8 0.6 0.25
Hex 40 64 19 24 0 4B 3D 59 3C 19
Octal 100 144 31 44 0 113 75 131 74 31
Binary 1000000 1100100 11001 100100 0 1001011 111101 1011001 111100 11001

Color Harmonies of #406419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406419

Black with #406419

Text Example


Text Example

White with #406419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406419; }

 p { color: rgb(64,100,25); }

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

background-color css

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

 a { background-color: rgb(64,100,25); }

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

border-color css

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

 span { border-color: rgb(64,100,25); }

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