#646043

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

Shades of Verdigris #646043

Tints of Verdigris #646043

Color information

#646043 (or 0x646043) is unknown color: approx Verdigris. HEX triplet: 64, 60 and 43. RGB value is (100,96,67). Sum of RGB (Red+Green+Blue) = 100+96+67=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 100 - color contains mainly: red. Hex color #646043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646043 is #9B9FBC. Grayscale: #5E5E5E. Windows color (decimal): -10198973 or 4415588. OLE color: 4415588.

HSL color Cylindrical-coordinate representation of color #646043: hue angle of 52.73º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #646043 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB1009667-
CMYK00.040.330.61
HSL52.73º19.76%32.75%-
HSV(B)52.73º33%39.22%-
XYZ10.4511.486.98-
YUV93.89112.83132.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=38.02%
G=36.50%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100966700.040.330.6152.7319.7632.75
Hex64604304213D351421
Octal144140103044175652441
Binary110010011000001000011010010000111110111010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646043; }

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

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

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

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

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

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

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

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