#646243

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

Shades of Verdigris #646243

Tints of Verdigris #646243

Color information

#646243 (or 0x646243) is unknown color: approx Verdigris. HEX triplet: 64, 62 and 43. RGB value is (100,98,67). Sum of RGB (Red+Green+Blue) = 100+98+67=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #646243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646243 is #9B9DBC. Grayscale: #5F5F5F. Windows color (decimal): -10198461 or 4416100. OLE color: 4416100.

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

Color convert

RGB1009867-
CMYK00.020.330.61
HSL56.36º19.76%32.75%-
HSV(B)56.36º33%39.22%-
XYZ10.6411.857.04-
YUV95.06112.16131.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=37.74%
G=36.98%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100986700.020.330.6156.3619.7632.75
Hex64624302213D381421
Octal144142103024175702441
Binary11001001100010100001101010000111110111100010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646243; }

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

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

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

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

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

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

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

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