Html Css Color HEX #646246 Verdigris

📋 copy color: '#646246'

red 100 ◦ green 98 ◦ blue 70

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

Shades of Verdigris #646246

Tints of Verdigris #646246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.57%

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

R = 37.31%
G = 36.57%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#646246 (or 0x646246) is known color: Verdigris. HEX triplet: 64, 62 and 46. RGB value is (100,98,70). Sum of RGB (Red+Green+Blue) = 100+98+70=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #646246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646246 is #9B9DB9. Grayscale: #5F5F5F. Windows color (decimal): -10198458 or 4612708. OLE color: 4612708.

HSL color Cylindrical-coordinate representation of color #646246: hue angle of 56º 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 #646246 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 98 70 -
CMYK 0 0.02 0.30 0.61
HSL 56º 0.18% 0.33% -
HSV(B) 56º 0.3% 0.39% -
XYZ 10.73 11.89 7.52 -
YUV 95.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 100 98 70 0 0.02 0.30 0.61 56 0.18 0.33
Hex 64 62 46 0 2 1E 3D 38 12 21
Octal 144 142 106 0 2 36 75 70 22 41
Binary 1100100 1100010 1000110 0 10 11110 111101 111000 10010 100001

Color Harmonies of #646246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646246

Black with #646246

Text Example


Text Example

White with #646246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646246; }

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

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

background-color css

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

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

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

border-color css

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

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

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