Html Css Color HEX #406B15 Dell

📋 copy color: '#406B15'

red 64 ◦ green 107 ◦ blue 21

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

Shades of Dell #406B15

Tints of Dell #406B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 55.73%

 BLUE value IS 21 (8.59% from 255) = 10.94%

R = 33.33%
G = 55.73%
B = 10.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#406B15 (or 0x406B15) is known color: Dell. HEX triplet: 40, 6B and 15. RGB value is (64,107,21). Sum of RGB (Red+Green+Blue) = 64+107+21=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #406B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406B15 is #BF94EA. Grayscale: #545454. Windows color (decimal): -12555499 or 1403712. OLE color: 1403712.

HSL color Cylindrical-coordinate representation of color #406B15: hue angle of 90º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #406B15 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 107 21 -
CMYK 0.40 0 0.80 0.58
HSL 90º 0.67% 0.25% -
HSV(B) 90º 0.8% 0.42% -
XYZ 7.51 11.66 2.56 -
YUV 84.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 64 107 21 0.40 0 0.80 0.58 90 0.67 0.25
Hex 40 6B 15 28 0 50 3A 5A 43 19
Octal 100 153 25 50 0 120 72 132 103 31
Binary 1000000 1101011 10101 101000 0 1010000 111010 1011010 1000011 11001

Color Harmonies of #406B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B15

Black with #406B15

Text Example


Text Example

White with #406B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,107,21); }

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

background-color css

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

 a { background-color: rgb(64,107,21); }

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

border-color css

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

 span { border-color: rgb(64,107,21); }

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