#64643C

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

Shades of Verdigris #64643C

Tints of Verdigris #64643C

Color information

#64643C (or 0x64643C) is unknown color: approx Verdigris. HEX triplet: 64, 64 and 3C. RGB value is (100,100,60). Sum of RGB (Red+Green+Blue) = 100+100+60=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 100 - color contains mainly: red, green. Hex color #64643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64643C is #9B9BC3. Grayscale: #5F5F5F. Windows color (decimal): -10197956 or 3957860. OLE color: 3957860.

HSL color Cylindrical-coordinate representation of color #64643C: hue angle of 60º 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 #64643C is Cyan = 0, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB10010060-
CMYK000.40.61
HSL60º25%31.37%-
HSV(B)60º40%39.22%-
XYZ10.6312.156.06-
YUV95.44108131.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=38.46%
G=38.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10010060000.40.61602531.37
Hex64643C00283D3c191f
Octal14414474005075743137
Binary11001001100100111100001010001111011111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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