#646045

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

Shades of Verdigris #646045

Tints of Verdigris #646045

Color information

#646045 (or 0x646045) is unknown color: approx Verdigris. HEX triplet: 64, 60 and 45. RGB value is (100,96,69). Sum of RGB (Red+Green+Blue) = 100+96+69=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #646045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646045 is #9B9FBA. Grayscale: #5E5E5E. Windows color (decimal): -10198971 or 4546660. OLE color: 4546660.

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

Color convert

RGB1009669-
CMYK00.040.310.61
HSL52.26º18.34%33.14%-
HSV(B)52.26º31%39.22%-
XYZ10.5111.57.3-
YUV94.12113.83132.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=37.74%
G=36.23%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100966900.040.310.6152.2618.3433.14
Hex646045041F3D341221
Octal144140105043775642241
Binary11001001100000100010101001111111110111010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646045; }

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

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

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

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

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

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

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

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