Html Css Color HEX #406714 Dell

📋 copy color: '#406714'

red 64 ◦ green 103 ◦ blue 20

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

Shades of Dell #406714

Tints of Dell #406714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.08%

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 34.22%
G = 55.08%
B = 10.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#406714 (or 0x406714) is known color: Dell. HEX triplet: 40, 67 and 14. RGB value is (64,103,20). Sum of RGB (Red+Green+Blue) = 64+103+20=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #406714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406714 is #BF98EB. Grayscale: #525252. Windows color (decimal): -12556524 or 1337152. OLE color: 1337152.

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

Color convert

RGB 64 103 20 -
CMYK 0.38 0 0.81 0.60
HSL 88.19º 0.67% 0.24% -
HSV(B) 88.19º 0.81% 0.4% -
XYZ 7.09 10.84 2.38 -
YUV 81.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 64 103 20 0.38 0 0.81 0.60 88.19 0.67 0.24
Hex 40 67 14 26 0 51 3C 58 43 18
Octal 100 147 24 46 0 121 74 130 103 30
Binary 1000000 1100111 10100 100110 0 1010001 111100 1011000 1000011 11000

Color Harmonies of #406714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406714

Black with #406714

Text Example


Text Example

White with #406714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406714; }

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

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

background-color css

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

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

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

border-color css

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

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

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