#626138

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

Shades of Verdigris #626138

Tints of Verdigris #626138

Color information

#626138 (or 0x626138) is unknown color: approx Verdigris. HEX triplet: 62, 61 and 38. RGB value is (98,97,56). Sum of RGB (Red+Green+Blue) = 98+97+56=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 98 - color contains mainly: red. Hex color #626138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626138 is #9D9EC7. Grayscale: #5C5C5C. Windows color (decimal): -10329800 or 3694946. OLE color: 3694946.

HSL color Cylindrical-coordinate representation of color #626138: hue angle of 58.57º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #626138 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB989756-
CMYK00.010.430.62
HSL58.57º27.27%30.2%-
HSV(B)58.57º42.86%38.43%-
XYZ10.0311.435.42-
YUV92.62107.33131.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.04%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=39.04%
G=38.65%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98975600.010.430.6258.5727.2730.2
Hex626138012B3E3b1b1e
Octal14214170015376733336
Binary11000101100001111000011010111111101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626138; }

 p { color: rgb(98,97,56); }

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

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

 a { background-color: rgb(98,97,56); }

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

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

 span { border-color: rgb(98,97,56); }

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