Html Css Color HEX #466323 Dell

📋 copy color: '#466323'

red 70 ◦ green 99 ◦ blue 35

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

Shades of Dell #466323

Tints of Dell #466323

RGB

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

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

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

R = 34.31%
G = 48.53%
B = 17.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#466323 (or 0x466323) is known color: Dell. HEX triplet: 46, 63 and 23. RGB value is (70,99,35). Sum of RGB (Red+Green+Blue) = 70+99+35=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #466323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466323 is #B99CDC. Grayscale: #535353. Windows color (decimal): -12164317 or 2319174. OLE color: 2319174.

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

Color convert

RGB 70 99 35 -
CMYK 0.29 0 0.65 0.61
HSL 87.19º 0.48% 0.26% -
HSV(B) 87.19º 0.65% 0.39% -
XYZ 7.29 10.35 3.2 -
YUV 83.03 100.89 118.7 -
System Red Green Blue C M Y K H S L
Decimal 70 99 35 0.29 0 0.65 0.61 87.19 0.48 0.26
Hex 46 63 23 1D 0 41 3D 57 30 1A
Octal 106 143 43 35 0 101 75 127 60 32
Binary 1000110 1100011 100011 11101 0 1000001 111101 1010111 110000 11010

Color Harmonies of #466323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466323

Black with #466323

Text Example


Text Example

White with #466323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466323; }

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

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

background-color css

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

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

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

border-color css

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

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

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