#646344

Color #646344 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #646344

Tints of Verdigris #646344

Color information

#646344 (or 0x646344) is unknown color: approx Verdigris. HEX triplet: 64, 63 and 44. RGB value is (100,99,68). Sum of RGB (Red+Green+Blue) = 100+99+68=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #646344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646344 is #9B9CBB. Grayscale: #5F5F5F. Windows color (decimal): -10198204 or 4481892. OLE color: 4481892.

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

Color convert

RGB1009968-
CMYK00.010.320.61
HSL58.12º19.05%32.94%-
HSV(B)58.12º32%39.22%-
XYZ10.7612.057.23-
YUV95.76112.33131.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=37.45%
G=37.08%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100996800.010.320.6158.1219.0532.94
Hex64634401203D3a1321
Octal144143104014075722341
Binary1100100110001110001000110000011110111101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646344; }

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

 H1.HeaderClassName
 {
   color: #646344;
 }
 .AnyTagClassName
 {
   color: #646344;
 }
</style>
background-color css

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

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

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

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

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

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