#646145

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

Shades of Verdigris #646145

Tints of Verdigris #646145

Color information

#646145 (or 0x646145) is unknown color: approx Verdigris. HEX triplet: 64, 61 and 45. RGB value is (100,97,69). Sum of RGB (Red+Green+Blue) = 100+97+69=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #646145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646145 is #9B9EBA. Grayscale: #5E5E5E. Windows color (decimal): -10198715 or 4546916. OLE color: 4546916.

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

Color convert

RGB1009769-
CMYK00.030.310.61
HSL54.19º18.34%33.14%-
HSV(B)54.19º31%39.22%-
XYZ10.611.697.33-
YUV94.7113.49131.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=37.59%
G=36.47%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100976900.030.310.6154.1918.3433.14
Hex646145031F3D361221
Octal144141105033775662241
Binary1100100110000110001010111111111110111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646145; }

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

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

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

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

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

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

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

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