Html Css Color HEX #446624 Dell

📋 copy color: '#446624'

red 68 ◦ green 102 ◦ blue 36

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

Shades of Dell #446624

Tints of Dell #446624

RGB

 RED value IS 68 (26.95% from 255) = 33.01%

 GREEN value IS 102 (40.23% from 255) = 49.51%

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 33.01%
G = 49.51%
B = 17.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#446624 (or 0x446624) is known color: Dell. HEX triplet: 44, 66 and 24. RGB value is (68,102,36). Sum of RGB (Red+Green+Blue) = 68+102+36=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #446624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446624 is #BB99DB. Grayscale: #545454. Windows color (decimal): -12294620 or 2385476. OLE color: 2385476.

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

Color convert

RGB 68 102 36 -
CMYK 0.33 0 0.65 0.6
HSL 90.91º 0.48% 0.27% -
HSV(B) 90.91º 0.65% 0.4% -
XYZ 7.45 10.86 3.37 -
YUV 84.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 68 102 36 0.33 0 0.65 0.6 90.91 0.48 0.27
Hex 44 66 24 21 0 41 3C 5B 30 1B
Octal 104 146 44 41 0 101 74 133 60 33
Binary 1000100 1100110 100100 100001 0 1000001 111100 1011011 110000 11011

Color Harmonies of #446624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446624

Black with #446624

Text Example


Text Example

White with #446624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446624; }

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

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

background-color css

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

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

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

border-color css

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

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

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