#61623E

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

Shades of Verdigris #61623E

Tints of Verdigris #61623E

Color information

#61623E (or 0x61623E) is unknown color: approx Verdigris. HEX triplet: 61, 62 and 3E. RGB value is (97,98,62). Sum of RGB (Red+Green+Blue) = 97+98+62=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #61623E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61623E is #9E9DC1. Grayscale: #5D5D5D. Windows color (decimal): -10395074 or 4088417. OLE color: 4088417.

HSL color Cylindrical-coordinate representation of color #61623E: hue angle of 61.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61623E is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB979862-
CMYK0.0100.370.62
HSL61.67º22.5%31.37%-
HSV(B)61.67º36.73%38.43%-
XYZ10.1711.626.27-
YUV93.6110.17130.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=37.74%
G=38.13%
B=24.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798620.0100.370.6261.6722.531.37
Hex61623E10253E3e161f
Octal14114276104576762637
Binary11000011100010111110101001011111101111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61623E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61623E; }

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

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

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

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

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

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

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

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