Html Css Color HEX #406717 Dell

📋 copy color: '#406717'

red 64 ◦ green 103 ◦ blue 23

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

Shades of Dell #406717

Tints of Dell #406717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.11%

R = 33.68%
G = 54.21%
B = 12.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#406717 (or 0x406717) is known color: Dell. HEX triplet: 40, 67 and 17. RGB value is (64,103,23). Sum of RGB (Red+Green+Blue) = 64+103+23=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #406717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406717 is #BF98E8. Grayscale: #525252. Windows color (decimal): -12556521 or 1533760. OLE color: 1533760.

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

Color convert

RGB 64 103 23 -
CMYK 0.38 0 0.78 0.60
HSL 89.25º 0.63% 0.25% -
HSV(B) 89.25º 0.78% 0.4% -
XYZ 7.12 10.85 2.53 -
YUV 82.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 64 103 23 0.38 0 0.78 0.60 89.25 0.63 0.25
Hex 40 67 17 26 0 4E 3C 59 3F 19
Octal 100 147 27 46 0 116 74 131 77 31
Binary 1000000 1100111 10111 100110 0 1001110 111100 1011001 111111 11001

Color Harmonies of #406717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406717

Black with #406717

Text Example


Text Example

White with #406717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406717; }

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

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

background-color css

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

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

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

border-color css

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

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

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