#645D36

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

Shades of Verdigris #645D36

Tints of Verdigris #645D36

Color information

#645D36 (or 0x645D36) is unknown color: approx Verdigris. HEX triplet: 64, 5D and 36. RGB value is (100,93,54). Sum of RGB (Red+Green+Blue) = 100+93+54=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #645D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645D36 is #9BA2C9. Grayscale: #5A5A5A. Windows color (decimal): -10199754 or 3562852. OLE color: 3562852.

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

Color convert

RGB1009354-
CMYK00.070.460.61
HSL50.87º29.87%30.2%-
HSV(B)50.87º46%39.22%-
XYZ9.8410.85.06-
YUV90.65107.32134.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 54 (21.48% from 255) = 21.86%
R=40.49%
G=37.65%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100935400.070.460.6150.8729.8730.2
Hex645D36072E3D331e1e
Octal14413566075675633636
Binary1100100101110111011001111011101111011100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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