Html Css Color HEX #406C21 Dell

📋 copy color: '#406C21'

red 64 ◦ green 108 ◦ blue 33

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

Shades of Dell #406C21

Tints of Dell #406C21

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.68%

 BLUE value IS 33 (13.28% from 255) = 16.1%

R = 31.22%
G = 52.68%
B = 16.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#406C21 (or 0x406C21) is known color: Dell. HEX triplet: 40, 6C and 21. RGB value is (64,108,33). Sum of RGB (Red+Green+Blue) = 64+108+33=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 108 (42.58% from 255 or 52.68% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 108 - color contains mainly: green. Hex color #406C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C21 is #BF93DE. Grayscale: #565656. Windows color (decimal): -12555231 or 2190400. OLE color: 2190400.

HSL color Cylindrical-coordinate representation of color #406C21: hue angle of 95.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406C21 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 108 33 -
CMYK 0.41 0 0.69 0.58
HSL 95.2º 0.53% 0.28% -
HSV(B) 95.2º 0.69% 0.42% -
XYZ 7.75 11.92 3.33 -
YUV 86.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 64 108 33 0.41 0 0.69 0.58 95.2 0.53 0.28
Hex 40 6C 21 29 0 45 3A 5F 35 1C
Octal 100 154 41 51 0 105 72 137 65 34
Binary 1000000 1101100 100001 101001 0 1000101 111010 1011111 110101 11100

Color Harmonies of #406C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C21

Black with #406C21

Text Example


Text Example

White with #406C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406C21; }

 p { color: rgb(64,108,33); }

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

background-color css

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

 a { background-color: rgb(64,108,33); }

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

border-color css

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

 span { border-color: rgb(64,108,33); }

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