#646042

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

Shades of Verdigris #646042

Tints of Verdigris #646042

Color information

#646042 (or 0x646042) is unknown color: approx Verdigris. HEX triplet: 64, 60 and 42. RGB value is (100,96,66). Sum of RGB (Red+Green+Blue) = 100+96+66=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #646042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646042 is #9B9FBD. Grayscale: #5D5D5D. Windows color (decimal): -10198974 or 4350052. OLE color: 4350052.

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

Color convert

RGB1009666-
CMYK00.040.340.61
HSL52.94º20.48%32.55%-
HSV(B)52.94º34%39.22%-
XYZ10.4211.476.82-
YUV93.78112.33132.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.17%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 66 (26.17% from 255) = 25.19%
R=38.17%
G=36.64%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100966600.040.340.6152.9420.4832.55
Hex64604204223D351421
Octal144140102044275652441
Binary110010011000001000010010010001011110111010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646042; }

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

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

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

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

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

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

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

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