#645C38

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

Shades of Verdigris #645C38

Tints of Verdigris #645C38

Color information

#645C38 (or 0x645C38) is unknown color: approx Verdigris. HEX triplet: 64, 5C and 38. RGB value is (100,92,56). Sum of RGB (Red+Green+Blue) = 100+92+56=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #645C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645C38 is #9BA3C7. Grayscale: #5A5A5A. Windows color (decimal): -10200008 or 3693668. OLE color: 3693668.

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

Color convert

RGB1009256-
CMYK00.080.440.61
HSL49.09º28.21%30.59%-
HSV(B)49.09º44%39.22%-
XYZ9.810.655.28-
YUV90.29108.65134.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 56 (22.27% from 255) = 22.58%
R=40.32%
G=37.10%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100925600.080.440.6149.0928.2130.59
Hex645C38082C3D311c1f
Octal144134700105475613437
Binary11001001011100111000010001011001111011100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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