#645d3e

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

Shades of Verdigris #645D3E

Tints of Verdigris #645D3E

Color information

#645D3E (or 0x645D3E) is unknown color: approx Verdigris. HEX triplet: 64, 5D and 3E. RGB value is (100,93,62). Sum of RGB (Red+Green+Blue) = 100+93+62=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #645D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645D3E is #9BA2C1. Grayscale: #5B5B5B. Windows color (decimal): -10199746 or 4087140. OLE color: 4087140.

HSL color Cylindrical-coordinate representation of color #645D3E: hue angle of 48.95º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #645D3E is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB1009362-
CMYK00.070.380.61
HSL48.95º23.46%31.76%-
HSV(B)48.95º38%39.22%-
XYZ10.0410.896.13-
YUV91.56111.32134.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=39.22%
G=36.47%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100936200.070.380.6148.9523.4631.76
Hex645D3E07263D311720
Octal14413576074675612740
Binary11001001011101111110011110011011110111000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645d3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645d3e; }

 p { color: rgb(100,93,62); }

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

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

 a { background-color: rgb(100,93,62); }

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

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

 span { border-color: rgb(100,93,62); }

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