Html Css Color HEX #646144 Verdigris

📋 copy color: '#646144'

red 100 ◦ green 97 ◦ blue 68

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

Shades of Verdigris #646144

Tints of Verdigris #646144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 37.74%
G = 36.6%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#646144 (or 0x646144) is known color: Verdigris. HEX triplet: 64, 61 and 44. RGB value is (100,97,68). Sum of RGB (Red+Green+Blue) = 100+97+68=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #646144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646144 is #9B9EBB. Grayscale: #5E5E5E. Windows color (decimal): -10198716 or 4481380. OLE color: 4481380.

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

Color convert

RGB 100 97 68 -
CMYK 0 0.03 0.32 0.61
HSL 54.38º 0.19% 0.33% -
HSV(B) 54.38º 0.32% 0.39% -
XYZ 10.57 11.68 7.17 -
YUV 94.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 100 97 68 0 0.03 0.32 0.61 54.38 0.19 0.33
Hex 64 61 44 0 3 20 3D 36 13 21
Octal 144 141 104 0 3 40 75 66 23 41
Binary 1100100 1100001 1000100 0 11 100000 111101 110110 10011 100001

Color Harmonies of #646144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646144

Black with #646144

Text Example


Text Example

White with #646144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646144; }

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

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

background-color css

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

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

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

border-color css

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

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

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