#646342

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

Shades of Verdigris #646342

Tints of Verdigris #646342

Color information

#646342 (or 0x646342) is unknown color: approx Verdigris. HEX triplet: 64, 63 and 42. RGB value is (100,99,66). Sum of RGB (Red+Green+Blue) = 100+99+66=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #646342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646342 is #9B9CBD. Grayscale: #5F5F5F. Windows color (decimal): -10198206 or 4350820. OLE color: 4350820.

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

Color convert

RGB1009966-
CMYK00.010.340.61
HSL58.24º20.48%32.55%-
HSV(B)58.24º34%39.22%-
XYZ10.712.036.91-
YUV95.54111.33131.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=37.74%
G=37.36%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100996600.010.340.6158.2420.4832.55
Hex64634201223D3a1421
Octal144143102014275722441
Binary1100100110001110000100110001011110111101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646342; }

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

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

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

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

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

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

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

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