Html Css Color HEX #646146 Verdigris

📋 copy color: '#646146'

red 100 ◦ green 97 ◦ blue 70

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

Shades of Verdigris #646146

Tints of Verdigris #646146

RGB

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

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

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

R = 37.45%
G = 36.33%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#646146 (or 0x646146) is known color: Verdigris. HEX triplet: 64, 61 and 46. RGB value is (100,97,70). Sum of RGB (Red+Green+Blue) = 100+97+70=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #646146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646146 is #9B9EB9. Grayscale: #5E5E5E. Windows color (decimal): -10198714 or 4612452. OLE color: 4612452.

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

Color convert

RGB 100 97 70 -
CMYK 0 0.03 0.30 0.61
HSL 54º 0.18% 0.33% -
HSV(B) 54º 0.3% 0.39% -
XYZ 10.64 11.7 7.49 -
YUV 94.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 100 97 70 0 0.03 0.30 0.61 54 0.18 0.33
Hex 64 61 46 0 3 1E 3D 36 12 21
Octal 144 141 106 0 3 36 75 66 22 41
Binary 1100100 1100001 1000110 0 11 11110 111101 110110 10010 100001

Color Harmonies of #646146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646146

Black with #646146

Text Example


Text Example

White with #646146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646146; }

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

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

background-color css

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

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

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

border-color css

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

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

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