#626341

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

Shades of Verdigris #626341

Tints of Verdigris #626341

Color information

#626341 (or 0x626341) is unknown color: approx Verdigris. HEX triplet: 62, 63 and 41. RGB value is (98,99,65). Sum of RGB (Red+Green+Blue) = 98+99+65=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #626341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626341 is #9D9CBE. Grayscale: #5E5E5E. Windows color (decimal): -10329279 or 4285282. OLE color: 4285282.

HSL color Cylindrical-coordinate representation of color #626341: hue angle of 61.76º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #626341 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB989965-
CMYK0.0100.340.61
HSL61.76º20.73%32.16%-
HSV(B)61.76º34.34%38.82%-
XYZ10.4511.96.75-
YUV94.82111.17130.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 65 (25.78% from 255) = 24.81%
R=37.40%
G=37.79%
B=24.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899650.0100.340.6161.7620.7332.16
Hex62634110223D3e1520
Octal142143101104275762540
Binary1100010110001110000011010001011110111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626341; }

 p { color: rgb(98,99,65); }

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

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

 a { background-color: rgb(98,99,65); }

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

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

 span { border-color: rgb(98,99,65); }

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