#636440

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

Shades of Verdigris #636440

Tints of Verdigris #636440

Color information

#636440 (or 0x636440) is unknown color: approx Verdigris. HEX triplet: 63, 64 and 40. RGB value is (99,100,64). Sum of RGB (Red+Green+Blue) = 99+100+64=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 100 - color contains mainly: green. Hex color #636440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636440 is #9C9BBF. Grayscale: #5F5F5F. Windows color (decimal): -10263488 or 4220003. OLE color: 4220003.

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

Color convert

RGB9910064-
CMYK0.0100.360.61
HSL61.67º21.95%32.16%-
HSV(B)61.67º36%39.22%-
XYZ10.6312.146.63-
YUV95.6110.17130.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=37.64%
G=38.02%
B=24.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99100640.0100.360.6161.6721.9532.16
Hex63644010243D3e1620
Octal143144100104475762640
Binary1100011110010010000001010010011110111111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636440; }

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

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

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

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

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

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

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

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