#646436

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

Shades of Verdigris #646436

Tints of Verdigris #646436

Color information

#646436 (or 0x646436) is unknown color: approx Verdigris. HEX triplet: 64, 64 and 36. RGB value is (100,100,54). Sum of RGB (Red+Green+Blue) = 100+100+54=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 100 - color contains mainly: red, green. Hex color #646436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646436 is #9B9BC9. Grayscale: #5E5E5E. Windows color (decimal): -10197962 or 3564644. OLE color: 3564644.

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

Color convert

RGB10010054-
CMYK000.460.61
HSL60º29.87%30.2%-
HSV(B)60º46%39.22%-
XYZ10.4812.095.27-
YUV94.76105131.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.37%
GREEN value IS 100 (39.45% from 255) = 39.37%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=39.37%
G=39.37%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10010054000.460.616029.8730.2
Hex646436002E3D3c1e1e
Octal14414466005675743636
Binary11001001100100110110001011101111011111001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646436; }

 p { color: rgb(100,100,54); }

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

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

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

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

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

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

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