#62633D

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

Shades of Verdigris #62633D

Tints of Verdigris #62633D

Color information

#62633D (or 0x62633D) is unknown color: approx Verdigris. HEX triplet: 62, 63 and 3D. RGB value is (98,99,61). Sum of RGB (Red+Green+Blue) = 98+99+61=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 99 - color contains mainly: green. Hex color #62633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62633D is #9D9CC2. Grayscale: #5E5E5E. Windows color (decimal): -10329283 or 4023138. OLE color: 4023138.

HSL color Cylindrical-coordinate representation of color #62633D: hue angle of 61.58º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62633D is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB989961-
CMYK0.0100.380.61
HSL61.58º23.75%31.37%-
HSV(B)61.58º38.38%38.82%-
XYZ10.3411.866.16-
YUV94.37109.17130.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 61 (24.22% from 255) = 23.64%
R=37.98%
G=38.37%
B=23.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899610.0100.380.6161.5823.7531.37
Hex62633D10263D3e181f
Octal14214375104675763037
Binary11000101100011111101101001101111011111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62633D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62633D; }

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

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

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

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

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

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

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

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