#62633F

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

Shades of Verdigris #62633F

Tints of Verdigris #62633F

Color information

#62633F (or 0x62633F) is unknown color: approx Verdigris. HEX triplet: 62, 63 and 3F. RGB value is (98,99,63). Sum of RGB (Red+Green+Blue) = 98+99+63=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #62633F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62633F is #9D9CC0. Grayscale: #5E5E5E. Windows color (decimal): -10329281 or 4154210. OLE color: 4154210.

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

Color convert

RGB989963-
CMYK0.0100.360.61
HSL61.67º22.22%31.76%-
HSV(B)61.67º36.36%38.82%-
XYZ10.411.886.45-
YUV94.6110.17130.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 63 (25% from 255) = 24.23%
R=37.69%
G=38.08%
B=24.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899630.0100.360.6161.6722.2231.76
Hex62633F10243D3e1620
Octal14214377104475762640
Binary110001011000111111111010010011110111111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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