#61613E

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

Shades of Verdigris #61613E

Tints of Verdigris #61613E

Color information

#61613E (or 0x61613E) is unknown color: approx Verdigris. HEX triplet: 61, 61 and 3E. RGB value is (97,97,62). Sum of RGB (Red+Green+Blue) = 97+97+62=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61613E is #9E9EC1. Grayscale: #5D5D5D. Windows color (decimal): -10395330 or 4088161. OLE color: 4088161.

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

Color convert

RGB979762-
CMYK000.360.62
HSL60º22.01%31.18%-
HSV(B)60º36.08%38.04%-
XYZ10.0711.446.23-
YUV93.01110.5130.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=37.89%
G=37.89%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979762000.360.626022.0131.18
Hex61613E00243E3c161f
Octal14114176004476742637
Binary11000011100001111110001001001111101111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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