#61623A

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

Shades of Verdigris #61623A

Tints of Verdigris #61623A

Color information

#61623A (or 0x61623A) is unknown color: approx Verdigris. HEX triplet: 61, 62 and 3A. RGB value is (97,98,58). Sum of RGB (Red+Green+Blue) = 97+98+58=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #61623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61623A is #9E9DC5. Grayscale: #5D5D5D. Windows color (decimal): -10395078 or 3826273. OLE color: 3826273.

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

Color convert

RGB979858-
CMYK0.0100.410.62
HSL61.5º25.64%30.59%-
HSV(B)61.5º40.82%38.43%-
XYZ10.0611.585.71-
YUV93.14108.17130.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=38.34%
G=38.74%
B=22.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798580.0100.410.6261.525.6430.59
Hex61623A10293E3e1a1f
Octal14114272105176763237
Binary11000011100010111010101010011111101111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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