Html Css Color HEX #406615 Dell

📋 copy color: '#406615'

red 64 ◦ green 102 ◦ blue 21

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

Shades of Dell #406615

Tints of Dell #406615

RGB

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

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

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

R = 34.22%
G = 54.55%
B = 11.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#406615 (or 0x406615) is known color: Dell. HEX triplet: 40, 66 and 15. RGB value is (64,102,21). Sum of RGB (Red+Green+Blue) = 64+102+21=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #406615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406615 is #BF99EA. Grayscale: #515151. Windows color (decimal): -12556779 or 1402432. OLE color: 1402432.

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

Color convert

RGB 64 102 21 -
CMYK 0.37 0 0.79 0.6
HSL 88.15º 0.66% 0.24% -
HSV(B) 88.15º 0.79% 0.4% -
XYZ 7 10.65 2.4 -
YUV 81.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 64 102 21 0.37 0 0.79 0.6 88.15 0.66 0.24
Hex 40 66 15 25 0 4F 3C 58 42 18
Octal 100 146 25 45 0 117 74 130 102 30
Binary 1000000 1100110 10101 100101 0 1001111 111100 1011000 1000010 11000

Color Harmonies of #406615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406615

Black with #406615

Text Example


Text Example

White with #406615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406615; }

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

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

background-color css

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

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

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

border-color css

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

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

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