#446622

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

Shades of Dell #446622

Tints of Dell #446622

Color information

#446622 (or 0x446622) is unknown color: approx Dell. HEX triplet: 44, 66 and 22. RGB value is (68,102,34). Sum of RGB (Red+Green+Blue) = 68+102+34=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #446622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446622 is #BB99DD. Grayscale: #545454. Windows color (decimal): -12294622 or 2254404. OLE color: 2254404.

HSL color Cylindrical-coordinate representation of color #446622: hue angle of 90º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446622 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB6810234-
CMYK0.3300.670.6
HSL90º50%26.67%-
HSV(B)90º66.67%40%-
XYZ7.4210.853.22-
YUV84.0899.74116.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 50%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68102340.3300.670.6905026.67
Hex446622210433C5a321b
Octal10414642410103741326233
Binary1000100110011010001010000101000011111100101101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446622; }

 p { color: rgb(68,102,34); }

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

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

 a { background-color: rgb(68,102,34); }

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

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

 span { border-color: rgb(68,102,34); }

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