#646345

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

Shades of Verdigris #646345

Tints of Verdigris #646345

Color information

#646345 (or 0x646345) is unknown color: approx Verdigris. HEX triplet: 64, 63 and 45. RGB value is (100,99,69). Sum of RGB (Red+Green+Blue) = 100+99+69=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #646345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646345 is #9B9CBA. Grayscale: #606060. Windows color (decimal): -10198203 or 4547428. OLE color: 4547428.

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

Color convert

RGB1009969-
CMYK00.010.310.61
HSL58.06º18.34%33.14%-
HSV(B)58.06º31%39.22%-
XYZ10.7912.067.39-
YUV95.88112.83130.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=37.31%
G=36.94%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100996900.010.310.6158.0618.3433.14
Hex646345011F3D3a1221
Octal144143105013775722241
Binary110010011000111000101011111111110111101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646345; }

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

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

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

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

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

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

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

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