#645C39

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

Shades of Verdigris #645C39

Tints of Verdigris #645C39

Color information

#645C39 (or 0x645C39) is unknown color: approx Verdigris. HEX triplet: 64, 5C and 39. RGB value is (100,92,57). Sum of RGB (Red+Green+Blue) = 100+92+57=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #645C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645C39 is #9BA3C6. Grayscale: #5A5A5A. Windows color (decimal): -10200007 or 3759204. OLE color: 3759204.

HSL color Cylindrical-coordinate representation of color #645C39: hue angle of 48.84º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #645C39 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB1009257-
CMYK00.080.430.61
HSL48.84º27.39%30.78%-
HSV(B)48.84º43%39.22%-
XYZ9.8210.665.41-
YUV90.4109.15134.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=40.16%
G=36.95%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100925700.080.430.6148.8427.3930.78
Hex645C39082B3D311b1f
Octal144134710105375613337
Binary11001001011100111001010001010111111011100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,92,57); }

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

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

 a { background-color: rgb(100,92,57); }

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

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

 span { border-color: rgb(100,92,57); }

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