#645F38

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

Shades of Verdigris #645F38

Tints of Verdigris #645F38

Color information

#645F38 (or 0x645F38) is unknown color: approx Verdigris. HEX triplet: 64, 5F and 38. RGB value is (100,95,56). Sum of RGB (Red+Green+Blue) = 100+95+56=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #645F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645F38 is #9BA0C7. Grayscale: #5C5C5C. Windows color (decimal): -10199240 or 3694436. OLE color: 3694436.

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

Color convert

RGB1009556-
CMYK00.050.440.61
HSL53.18º28.21%30.59%-
HSV(B)53.18º44%39.22%-
XYZ10.0611.185.37-
YUV92.05107.66133.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 95 (37.5% from 255) = 37.85%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=39.84%
G=37.85%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100955600.050.440.6153.1828.2130.59
Hex645F38052C3D351c1f
Octal14413770055475653437
Binary1100100101111111100001011011001111011101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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