Html Css Color HEX #646134 Verdigris

📋 copy color: '#646134'

red 100 ◦ green 97 ◦ blue 52

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

Shades of Verdigris #646134

Tints of Verdigris #646134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 40.16%
G = 38.96%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#646134 (or 0x646134) is known color: Verdigris. HEX triplet: 64, 61 and 34. RGB value is (100,97,52). Sum of RGB (Red+Green+Blue) = 100+97+52=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #646134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646134 is #9B9ECB. Grayscale: #5C5C5C. Windows color (decimal): -10198732 or 3432804. OLE color: 3432804.

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

Color convert

RGB 100 97 52 -
CMYK 0 0.03 0.48 0.61
HSL 56.25º 0.32% 0.3% -
HSV(B) 56.25º 0.48% 0.39% -
XYZ 10.15 11.51 4.93 -
YUV 92.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 100 97 52 0 0.03 0.48 0.61 56.25 0.32 0.3
Hex 64 61 34 0 3 30 3D 38 20 1E
Octal 144 141 64 0 3 60 75 70 40 36
Binary 1100100 1100001 110100 0 11 110000 111101 111000 100000 11110

Color Harmonies of #646134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646134

Black with #646134

Text Example


Text Example

White with #646134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646134; }

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

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

background-color css

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

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

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

border-color css

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

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

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