Html Css Color HEX #646046 Verdigris

📋 copy color: '#646046'

red 100 ◦ green 96 ◦ blue 70

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

Shades of Verdigris #646046

Tints of Verdigris #646046

RGB

 RED value IS 100 (39.45% from 255) = 37.59%

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 37.59%
G = 36.09%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#646046 (or 0x646046) is known color: Verdigris. HEX triplet: 64, 60 and 46. RGB value is (100,96,70). Sum of RGB (Red+Green+Blue) = 100+96+70=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #646046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646046 is #9B9FB9. Grayscale: #5E5E5E. Windows color (decimal): -10198970 or 4612196. OLE color: 4612196.

HSL color Cylindrical-coordinate representation of color #646046: hue angle of 52º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #646046 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 96 70 -
CMYK 0 0.04 0.30 0.61
HSL 52º 0.18% 0.33% -
HSV(B) 52º 0.3% 0.39% -
XYZ 10.54 11.52 7.46 -
YUV 94.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 100 96 70 0 0.04 0.30 0.61 52 0.18 0.33
Hex 64 60 46 0 4 1E 3D 34 12 21
Octal 144 140 106 0 4 36 75 64 22 41
Binary 1100100 1100000 1000110 0 100 11110 111101 110100 10010 100001

Color Harmonies of #646046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646046

Black with #646046

Text Example


Text Example

White with #646046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646046; }

 p { color: rgb(100,96,70); }

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

background-color css

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

 a { background-color: rgb(100,96,70); }

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

border-color css

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

 span { border-color: rgb(100,96,70); }

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