Html Css Color HEX #646244 Verdigris

📋 copy color: '#646244'

red 100 ◦ green 98 ◦ blue 68

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

Shades of Verdigris #646244

Tints of Verdigris #646244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.56%

R = 37.59%
G = 36.84%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#646244 (or 0x646244) is known color: Verdigris. HEX triplet: 64, 62 and 44. RGB value is (100,98,68). Sum of RGB (Red+Green+Blue) = 100+98+68=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #646244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646244 is #9B9DBB. Grayscale: #5F5F5F. Windows color (decimal): -10198460 or 4481636. OLE color: 4481636.

HSL color Cylindrical-coordinate representation of color #646244: hue angle of 56.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #646244 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 98 68 -
CMYK 0 0.02 0.32 0.61
HSL 56.25º 0.19% 0.33% -
HSV(B) 56.25º 0.32% 0.39% -
XYZ 10.67 11.86 7.2 -
YUV 95.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 100 98 68 0 0.02 0.32 0.61 56.25 0.19 0.33
Hex 64 62 44 0 2 20 3D 38 13 21
Octal 144 142 104 0 2 40 75 70 23 41
Binary 1100100 1100010 1000100 0 10 100000 111101 111000 10011 100001

Color Harmonies of #646244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646244

Black with #646244

Text Example


Text Example

White with #646244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646244; }

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

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

background-color css

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

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

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

border-color css

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

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

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