#645B39

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

Shades of Verdigris #645B39

Tints of Verdigris #645B39

Color information

#645B39 (or 0x645B39) is unknown color: approx Verdigris. HEX triplet: 64, 5B and 39. RGB value is (100,91,57). Sum of RGB (Red+Green+Blue) = 100+91+57=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #645B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645B39 is #9BA4C6. Grayscale: #595959. Windows color (decimal): -10200263 or 3758948. OLE color: 3758948.

HSL color Cylindrical-coordinate representation of color #645B39: hue angle of 47.44º 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 #645B39 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB1009157-
CMYK00.090.430.61
HSL47.44º27.39%30.78%-
HSV(B)47.44º43%39.22%-
XYZ9.7410.495.38-
YUV89.82109.48135.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=40.32%
G=36.69%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100915700.090.430.6147.4427.3930.78
Hex645B39092B3D2f1b1f
Octal144133710115375573337
Binary11001001011011111001010011010111111011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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