#646035

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

Shades of Verdigris #646035

Tints of Verdigris #646035

Color information

#646035 (or 0x646035) is unknown color: approx Verdigris. HEX triplet: 64, 60 and 35. RGB value is (100,96,53). Sum of RGB (Red+Green+Blue) = 100+96+53=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #646035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646035 is #9B9FCA. Grayscale: #5C5C5C. Windows color (decimal): -10198987 or 3498084. OLE color: 3498084.

HSL color Cylindrical-coordinate representation of color #646035: hue angle of 54.89º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #646035 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB1009653-
CMYK00.040.470.61
HSL54.89º30.72%30%-
HSV(B)54.89º47%39.22%-
XYZ10.0811.335.02-
YUV92.29105.83133.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=40.16%
G=38.55%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100965300.040.470.6154.8930.7230
Hex646035042F3D371f1e
Octal14414065045775673736
Binary1100100110000011010101001011111111011101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646035; }

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

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

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

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

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

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

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

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