#64613A

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

Shades of Verdigris #64613A

Tints of Verdigris #64613A

Color information

#64613A (or 0x64613A) is unknown color: approx Verdigris. HEX triplet: 64, 61 and 3A. RGB value is (100,97,58). Sum of RGB (Red+Green+Blue) = 100+97+58=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #64613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64613A is #9B9EC5. Grayscale: #5D5D5D. Windows color (decimal): -10198726 or 3826020. OLE color: 3826020.

HSL color Cylindrical-coordinate representation of color #64613A: hue angle of 55.71º 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 #64613A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB1009758-
CMYK00.030.420.61
HSL55.71º26.58%30.98%-
HSV(B)55.71º42%39.22%-
XYZ10.2911.565.69-
YUV93.45107.99132.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=39.22%
G=38.04%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100975800.030.420.6155.7126.5830.98
Hex64613A032A3D381b1f
Octal14414172035275703337
Binary110010011000011110100111010101111011110001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64613A; }

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

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

<style>
 a { background-color: #64613A; }

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

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

<style>
 span { border-color: #64613A; }

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

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