#60613D

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

Shades of Verdigris #60613D

Tints of Verdigris #60613D

Color information

#60613D (or 0x60613D) is unknown color: approx Verdigris. HEX triplet: 60, 61 and 3D. RGB value is (96,97,61). Sum of RGB (Red+Green+Blue) = 96+97+61=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 97 - color contains mainly: green. Hex color #60613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60613D is #9F9EC2. Grayscale: #5C5C5C. Windows color (decimal): -10460867 or 4022624. OLE color: 4022624.

HSL color Cylindrical-coordinate representation of color #60613D: 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 #60613D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB969761-
CMYK0.0100.370.62
HSL61.67º22.78%30.98%-
HSV(B)61.67º37.11%38.04%-
XYZ9.9411.376.09-
YUV92.6110.17130.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=37.80%
G=38.19%
B=24.02%

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
Decimal9697610.0100.370.6261.6722.7830.98
Hex60613D10253E3e171f
Octal14014175104576762737
Binary11000001100001111101101001011111101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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