#645B3A

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

Shades of Verdigris #645B3A

Tints of Verdigris #645B3A

Color information

#645B3A (or 0x645B3A) is unknown color: approx Verdigris. HEX triplet: 64, 5B and 3A. RGB value is (100,91,58). Sum of RGB (Red+Green+Blue) = 100+91+58=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #645B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645B3A is #9BA4C5. Grayscale: #5A5A5A. Windows color (decimal): -10200262 or 3824484. OLE color: 3824484.

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

Color convert

RGB1009158-
CMYK00.090.420.61
HSL47.14º26.58%30.98%-
HSV(B)47.14º42%39.22%-
XYZ9.7610.55.51-
YUV89.93109.98135.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=40.16%
G=36.55%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100915800.090.420.6147.1426.5830.98
Hex645B3A092A3D2f1b1f
Octal144133720115275573337
Binary11001001011011111010010011010101111011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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