#466621

Color #466621 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #466621

Tints of Dell #466621

Color information

#466621 (or 0x466621) is unknown color: approx Dell. HEX triplet: 46, 66 and 21. RGB value is (70,102,33). Sum of RGB (Red+Green+Blue) = 70+102+33=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #466621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466621 is #B999DE. Grayscale: #545454. Windows color (decimal): -12163551 or 2188870. OLE color: 2188870.

HSL color Cylindrical-coordinate representation of color #466621: hue angle of 87.83º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466621 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB7010233-
CMYK0.3100.680.6
HSL87.83º51.11%26.47%-
HSV(B)87.83º67.65%40%-
XYZ7.5510.913.15-
YUV84.5798.9117.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=34.15%
G=49.76%
B=16.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102330.3100.680.687.8351.1126.47
Hex4666211F0443C58331a
Octal10614641370104741306332
Binary100011011001101000011111101000100111100101100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466621; }

 p { color: rgb(70,102,33); }

 H1.HeaderClassName
 {
   color: #466621;
 }
 .AnyTagClassName
 {
   color: #466621;
 }
</style>
background-color css

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

 a { background-color: rgb(70,102,33); }

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

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

 span { border-color: rgb(70,102,33); }

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