Html Css Color HEX #40611F Dell

📋 copy color: '#40611F'

red 64 ◦ green 97 ◦ blue 31

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

Shades of Dell #40611F

Tints of Dell #40611F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.52%

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 33.33%
G = 50.52%
B = 16.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#40611F (or 0x40611F) is known color: Dell. HEX triplet: 40, 61 and 1F. RGB value is (64,97,31). Sum of RGB (Red+Green+Blue) = 64+97+31=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #40611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40611F is #BF9EE0. Grayscale: #4F4F4F. Windows color (decimal): -12558049 or 2056512. OLE color: 2056512.

HSL color Cylindrical-coordinate representation of color #40611F: hue angle of 90º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40611F is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 31 -
CMYK 0.34 0 0.68 0.62
HSL 90º 0.52% 0.25% -
HSV(B) 90º 0.68% 0.38% -
XYZ 6.64 9.74 2.83 -
YUV 79.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 64 97 31 0.34 0 0.68 0.62 90 0.52 0.25
Hex 40 61 1F 22 0 44 3E 5A 34 19
Octal 100 141 37 42 0 104 76 132 64 31
Binary 1000000 1100001 11111 100010 0 1000100 111110 1011010 110100 11001

Color Harmonies of #40611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40611F

Black with #40611F

Text Example


Text Example

White with #40611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40611F; }

 p { color: rgb(64,97,31); }

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

background-color css

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

 a { background-color: rgb(64,97,31); }

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

border-color css

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

 span { border-color: rgb(64,97,31); }

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