Html Css Color HEX #446623 Dell

📋 copy color: '#446623'

red 68 ◦ green 102 ◦ blue 35

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

Shades of Dell #446623

Tints of Dell #446623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 33.17%
G = 49.76%
B = 17.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.6

RGB Variations

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

Color information

#446623 (or 0x446623) is known color: Dell. HEX triplet: 44, 66 and 23. RGB value is (68,102,35). Sum of RGB (Red+Green+Blue) = 68+102+35=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #446623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446623 is #BB99DC. Grayscale: #545454. Windows color (decimal): -12294621 or 2319940. OLE color: 2319940.

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

Color convert

RGB 68 102 35 -
CMYK 0.33 0 0.66 0.6
HSL 90.45º 0.49% 0.27% -
HSV(B) 90.45º 0.66% 0.4% -
XYZ 7.44 10.85 3.29 -
YUV 84.2 100.24 116.45 -
System Red Green Blue C M Y K H S L
Decimal 68 102 35 0.33 0 0.66 0.6 90.45 0.49 0.27
Hex 44 66 23 21 0 42 3C 5A 31 1B
Octal 104 146 43 41 0 102 74 132 61 33
Binary 1000100 1100110 100011 100001 0 1000010 111100 1011010 110001 11011

Color Harmonies of #446623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446623

Black with #446623

Text Example


Text Example

White with #446623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446623; }

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

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

background-color css

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

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

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

border-color css

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

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

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