#64603A

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

Shades of Verdigris #64603A

Tints of Verdigris #64603A

Color information

#64603A (or 0x64603A) is unknown color: approx Verdigris. HEX triplet: 64, 60 and 3A. RGB value is (100,96,58). Sum of RGB (Red+Green+Blue) = 100+96+58=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #64603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64603A is #9B9FC5. Grayscale: #5D5D5D. Windows color (decimal): -10198982 or 3825764. OLE color: 3825764.

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

Color convert

RGB1009658-
CMYK00.040.420.61
HSL54.29º26.58%30.98%-
HSV(B)54.29º42%39.22%-
XYZ10.211.385.66-
YUV92.86108.33133.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.37%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=39.37%
G=37.80%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100965800.040.420.6154.2926.5830.98
Hex64603A042A3D361b1f
Octal14414072045275663337
Binary1100100110000011101001001010101111011101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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