#646735

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

Shades of Verdigris #646735

Tints of Verdigris #646735

Color information

#646735 (or 0x646735) is unknown color: approx Verdigris. HEX triplet: 64, 67 and 35. RGB value is (100,103,53). Sum of RGB (Red+Green+Blue) = 100+103+53=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #646735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646735 is #9B98CA. Grayscale: #606060. Windows color (decimal): -10197195 or 3499876. OLE color: 3499876.

HSL color Cylindrical-coordinate representation of color #646735: hue angle of 63.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #646735 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB10010353-
CMYK0.0300.490.60
HSL63.6º32.05%30.59%-
HSV(B)63.6º48.54%40.39%-
XYZ10.7512.675.25-
YUV96.4103.51130.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=39.06%
G=40.23%
B=20.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100103530.0300.490.6063.632.0530.59
Hex64673530313C40201f
Octal144147653061741004037
Binary11001001100111110101110110001111100100000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646735; }

 p { color: rgb(100,103,53); }

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

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

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

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

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

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

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