Html Css Color HEX #466322 Dell

📋 copy color: '#466322'

red 70 ◦ green 99 ◦ blue 34

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

Shades of Dell #466322

Tints of Dell #466322

RGB

 RED value IS 70 (27.73% from 255) = 34.48%

 GREEN value IS 99 (39.06% from 255) = 48.77%

 BLUE value IS 34 (13.67% from 255) = 16.75%

R = 34.48%
G = 48.77%
B = 16.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#466322 (or 0x466322) is known color: Dell. HEX triplet: 46, 63 and 22. RGB value is (70,99,34). Sum of RGB (Red+Green+Blue) = 70+99+34=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #466322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466322 is #B99CDD. Grayscale: #535353. Windows color (decimal): -12164318 or 2253638. OLE color: 2253638.

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

Color convert

RGB 70 99 34 -
CMYK 0.29 0 0.66 0.61
HSL 86.77º 0.49% 0.26% -
HSV(B) 86.77º 0.66% 0.39% -
XYZ 7.28 10.34 3.13 -
YUV 82.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 70 99 34 0.29 0 0.66 0.61 86.77 0.49 0.26
Hex 46 63 22 1D 0 42 3D 57 31 1A
Octal 106 143 42 35 0 102 75 127 61 32
Binary 1000110 1100011 100010 11101 0 1000010 111101 1010111 110001 11010

Color Harmonies of #466322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466322

Black with #466322

Text Example


Text Example

White with #466322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466322; }

 p { color: rgb(70,99,34); }

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

background-color css

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

 a { background-color: rgb(70,99,34); }

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

border-color css

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

 span { border-color: rgb(70,99,34); }

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