Html Css Color HEX #406713 Dell

📋 copy color: '#406713'

red 64 ◦ green 103 ◦ blue 19

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

Shades of Dell #406713

Tints of Dell #406713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 34.41%
G = 55.38%
B = 10.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#406713 (or 0x406713) is known color: Dell. HEX triplet: 40, 67 and 13. RGB value is (64,103,19). Sum of RGB (Red+Green+Blue) = 64+103+19=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #406713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406713 is #BF98EC. Grayscale: #525252. Windows color (decimal): -12556525 or 1271616. OLE color: 1271616.

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

Color convert

RGB 64 103 19 -
CMYK 0.38 0 0.82 0.60
HSL 87.86º 0.69% 0.24% -
HSV(B) 87.86º 0.82% 0.4% -
XYZ 7.08 10.84 2.33 -
YUV 81.76 92.58 115.33 -
System Red Green Blue C M Y K H S L
Decimal 64 103 19 0.38 0 0.82 0.60 87.86 0.69 0.24
Hex 40 67 13 26 0 52 3C 58 45 18
Octal 100 147 23 46 0 122 74 130 105 30
Binary 1000000 1100111 10011 100110 0 1010010 111100 1011000 1000101 11000

Color Harmonies of #406713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406713

Black with #406713

Text Example


Text Example

White with #406713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406713; }

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

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

background-color css

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

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

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

border-color css

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

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

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