#64653F

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

Shades of Verdigris #64653F

Tints of Verdigris #64653F

Color information

#64653F (or 0x64653F) is unknown color: approx Verdigris. HEX triplet: 64, 65 and 3F. RGB value is (100,101,63). Sum of RGB (Red+Green+Blue) = 100+101+63=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #64653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64653F is #9B9AC0. Grayscale: #606060. Windows color (decimal): -10197697 or 4154724. OLE color: 4154724.

HSL color Cylindrical-coordinate representation of color #64653F: hue angle of 61.58º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64653F is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB10010163-
CMYK0.0100.380.60
HSL61.58º23.17%32.16%-
HSV(B)61.58º37.62%39.61%-
XYZ10.8112.386.52-
YUV96.37109.17130.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.88%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 63 (25% from 255) = 23.86%
R=37.88%
G=38.26%
B=23.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100101630.0100.380.6061.5823.1732.16
Hex64653F10263C3e1720
Octal14414577104674762740
Binary110010011001011111111010011011110011111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64653F; }

 p { color: rgb(100,101,63); }

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

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

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

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

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

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

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