#646245

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

Shades of Verdigris #646245

Tints of Verdigris #646245

Color information

#646245 (or 0x646245) is unknown color: approx Verdigris. HEX triplet: 64, 62 and 45. RGB value is (100,98,69). Sum of RGB (Red+Green+Blue) = 100+98+69=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #646245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646245 is #9B9DBA. Grayscale: #5F5F5F. Windows color (decimal): -10198459 or 4547172. OLE color: 4547172.

HSL color Cylindrical-coordinate representation of color #646245: hue angle of 56.13º 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 #646245 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB1009869-
CMYK00.020.310.61
HSL56.13º18.34%33.14%-
HSV(B)56.13º31%39.22%-
XYZ10.711.877.36-
YUV95.29113.16131.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=37.45%
G=36.70%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100986900.020.310.6156.1318.3433.14
Hex646245021F3D381221
Octal144142105023775702241
Binary1100100110001010001010101111111110111100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646245; }

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

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

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

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

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

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

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

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