#61613A

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

Shades of Verdigris #61613A

Tints of Verdigris #61613A

Color information

#61613A (or 0x61613A) is unknown color: approx Verdigris. HEX triplet: 61, 61 and 3A. RGB value is (97,97,58). Sum of RGB (Red+Green+Blue) = 97+97+58=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61613A is #9E9EC5. Grayscale: #5C5C5C. Windows color (decimal): -10395334 or 3826017. OLE color: 3826017.

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

Color convert

RGB979758-
CMYK000.400.62
HSL60º25.16%30.39%-
HSV(B)60º40.21%38.04%-
XYZ9.9711.45.68-
YUV92.55108.5131.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=38.49%
G=38.49%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979758000.400.626025.1630.39
Hex61613A00283E3c191e
Octal14114172005076743136
Binary11000011100001111010001010001111101111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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