#60613C

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

Shades of Verdigris #60613C

Tints of Verdigris #60613C

Color information

#60613C (or 0x60613C) is unknown color: approx Verdigris. HEX triplet: 60, 61 and 3C. RGB value is (96,97,60). Sum of RGB (Red+Green+Blue) = 96+97+60=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #60613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60613C is #9F9EC3. Grayscale: #5C5C5C. Windows color (decimal): -10460868 or 3957088. OLE color: 3957088.

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

Color convert

RGB969760-
CMYK0.0100.380.62
HSL61.62º23.57%30.78%-
HSV(B)61.62º38.14%38.04%-
XYZ9.9111.365.95-
YUV92.48109.67130.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=37.94%
G=38.34%
B=23.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697600.0100.380.6261.6223.5730.78
Hex60613C10263E3e181f
Octal14014174104676763037
Binary11000001100001111100101001101111101111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60613C; }

 p { color: rgb(96,97,60); }

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

<style>
 a { background-color: #60613C; }

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

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

<style>
 span { border-color: #60613C; }

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

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