#64653B

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

Shades of Verdigris #64653B

Tints of Verdigris #64653B

Color information

#64653B (or 0x64653B) is unknown color: approx Verdigris. HEX triplet: 64, 65 and 3B. RGB value is (100,101,59). Sum of RGB (Red+Green+Blue) = 100+101+59=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 101 - color contains mainly: green. Hex color #64653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64653B is #9B9AC4. Grayscale: #606060. Windows color (decimal): -10197701 or 3892580. OLE color: 3892580.

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

Color convert

RGB10010159-
CMYK0.0100.420.60
HSL61.43º26.25%31.37%-
HSV(B)61.43º41.58%39.61%-
XYZ10.712.335.95-
YUV95.91107.17130.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 101 (39.84% from 255) = 38.85%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=38.46%
G=38.85%
B=22.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100101590.0100.420.6061.4326.2531.37
Hex64653B102A3C3d1a1f
Octal14414573105274753237
Binary11001001100101111011101010101111001111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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