#64623C

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

Shades of Verdigris #64623C

Tints of Verdigris #64623C

Color information

#64623C (or 0x64623C) is unknown color: approx Verdigris. HEX triplet: 64, 62 and 3C. RGB value is (100,98,60). Sum of RGB (Red+Green+Blue) = 100+98+60=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 100 - color contains mainly: red. Hex color #64623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64623C is #9B9DC3. Grayscale: #5E5E5E. Windows color (decimal): -10198468 or 3957348. OLE color: 3957348.

HSL color Cylindrical-coordinate representation of color #64623C: hue angle of 57º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64623C is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1009860-
CMYK00.020.40.61
HSL57º25%31.37%-
HSV(B)57º40%39.22%-
XYZ10.4411.776-
YUV94.27108.66132.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.76%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 60 (23.83% from 255) = 23.26%
R=38.76%
G=37.98%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100986000.020.40.61572531.37
Hex64623C02283D39191f
Octal14414274025075713137
Binary110010011000101111000101010001111011110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64623C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64623C; }

 p { color: rgb(100,98,60); }

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

<style>
 a { background-color: #64623C; }

 a { background-color: rgb(100,98,60); }

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

<style>
 span { border-color: #64623C; }

 span { border-color: rgb(100,98,60); }

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