#61603F

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

Shades of Verdigris #61603F

Tints of Verdigris #61603F

Color information

#61603F (or 0x61603F) is unknown color: approx Verdigris. HEX triplet: 61, 60 and 3F. RGB value is (97,96,63). Sum of RGB (Red+Green+Blue) = 97+96+63=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #61603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61603F is #9E9FC0. Grayscale: #5C5C5C. Windows color (decimal): -10395585 or 4153441. OLE color: 4153441.

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

Color convert

RGB979663-
CMYK00.010.350.62
HSL58.24º21.25%31.37%-
HSV(B)58.24º35.05%38.04%-
XYZ10.0111.276.35-
YUV92.54111.33131.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 63 (25% from 255) = 24.61%
R=37.89%
G=37.5%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97966300.010.350.6258.2421.2531.37
Hex61603F01233E3a151f
Octal14114077014376722537
Binary11000011100000111111011000111111101110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61603F; }

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

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

<style>
 a { background-color: #61603F; }

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

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

<style>
 span { border-color: #61603F; }

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

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