#645C37

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

Shades of Verdigris #645C37

Tints of Verdigris #645C37

Color information

#645C37 (or 0x645C37) is unknown color: approx Verdigris. HEX triplet: 64, 5C and 37. RGB value is (100,92,55). Sum of RGB (Red+Green+Blue) = 100+92+55=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #645C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645C37 is #9BA3C8. Grayscale: #5A5A5A. Windows color (decimal): -10200009 or 3628132. OLE color: 3628132.

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

Color convert

RGB1009255-
CMYK00.080.450.61
HSL49.33º29.03%30.39%-
HSV(B)49.33º45%39.22%-
XYZ9.7710.645.15-
YUV90.17108.15135.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=40.49%
G=37.25%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100925500.080.450.6149.3329.0330.39
Hex645C37082D3D311d1e
Octal144134670105575613536
Binary11001001011100110111010001011011111011100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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