#446321

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

Shades of Dell #446321

Tints of Dell #446321

Color information

#446321 (or 0x446321) is unknown color: approx Dell. HEX triplet: 44, 63 and 21. RGB value is (68,99,33). Sum of RGB (Red+Green+Blue) = 68+99+33=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #446321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446321 is #BB9CDE. Grayscale: #525252. Windows color (decimal): -12295391 or 2188100. OLE color: 2188100.

HSL color Cylindrical-coordinate representation of color #446321: hue angle of 88.18º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446321 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB689933-
CMYK0.3100.670.61
HSL88.18º50%25.88%-
HSV(B)88.18º66.67%38.82%-
XYZ7.1210.263.04-
YUV82.21100.23117.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=34%
G=49.5%
B=16.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899330.3100.670.6188.185025.88
Hex4463211F0433D58321a
Octal10414341370103751306232
Binary100010011000111000011111101000011111101101100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446321; }

 p { color: rgb(68,99,33); }

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

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

 a { background-color: rgb(68,99,33); }

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

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

 span { border-color: rgb(68,99,33); }

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