Html Css Color HEX #466621 Dell

📋 copy color: '#466621'

red 70 ◦ green 102 ◦ blue 33

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

Shades of Dell #466621

Tints of Dell #466621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.1%

R = 34.15%
G = 49.76%
B = 16.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#466621 (or 0x466621) is known color: Dell. HEX triplet: 46, 66 and 21. RGB value is (70,102,33). Sum of RGB (Red+Green+Blue) = 70+102+33=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #466621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466621 is #B999DE. Grayscale: #545454. Windows color (decimal): -12163551 or 2188870. OLE color: 2188870.

HSL color Cylindrical-coordinate representation of color #466621: hue angle of 87.83º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466621 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 102 33 -
CMYK 0.31 0 0.68 0.6
HSL 87.83º 0.51% 0.26% -
HSV(B) 87.83º 0.68% 0.4% -
XYZ 7.55 10.91 3.15 -
YUV 84.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 70 102 33 0.31 0 0.68 0.6 87.83 0.51 0.26
Hex 46 66 21 1F 0 44 3C 58 33 1A
Octal 106 146 41 37 0 104 74 130 63 32
Binary 1000110 1100110 100001 11111 0 1000100 111100 1011000 110011 11010

Color Harmonies of #466621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466621

Black with #466621

Text Example


Text Example

White with #466621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466621; }

 p { color: rgb(70,102,33); }

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

background-color css

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

 a { background-color: rgb(70,102,33); }

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

border-color css

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

 span { border-color: rgb(70,102,33); }

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