#64663B

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

Shades of Verdigris #64663B

Tints of Verdigris #64663B

Color information

#64663B (or 0x64663B) is unknown color: approx Verdigris. HEX triplet: 64, 66 and 3B. RGB value is (100,102,59). Sum of RGB (Red+Green+Blue) = 100+102+59=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #64663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64663B is #9B99C4. Grayscale: #606060. Windows color (decimal): -10197445 or 3892836. OLE color: 3892836.

HSL color Cylindrical-coordinate representation of color #64663B: hue angle of 62.79º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64663B is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB10010259-
CMYK0.0200.420.6
HSL62.79º26.71%31.57%-
HSV(B)62.79º42.16%40%-
XYZ10.812.535.99-
YUV96.5106.84130.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=38.31%
G=39.08%
B=22.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100102590.0200.420.662.7926.7131.57
Hex64663B202A3C3f1b20
Octal14414673205274773340
Binary1100100110011011101110010101011110011111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64663B; }

 p { color: rgb(100,102,59); }

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

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

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

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

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

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

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