Html Css Color HEX #446622 Dell

📋 copy color: '#446622'

red 68 ◦ green 102 ◦ blue 34

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

Shades of Dell #446622

Tints of Dell #446622

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 value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#446622 (or 0x446622) is known color: 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

RGB 68 102 34 -
CMYK 0.33 0 0.67 0.6
HSL 90º 0.5% 0.27% -
HSV(B) 90º 0.67% 0.4% -
XYZ 7.42 10.85 3.22 -
YUV 84.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 68 102 34 0.33 0 0.67 0.6 90 0.5 0.27
Hex 44 66 22 21 0 43 3C 5A 32 1B
Octal 104 146 42 41 0 103 74 132 62 33
Binary 1000100 1100110 100010 100001 0 1000011 111100 1011010 110010 11011

Color Harmonies of #446622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446622

Black with #446622

Text Example


Text Example

White with #446622

Text Example


Text Example

HTML Codes & Css Web 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>