#61603A

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

Shades of Verdigris #61603A

Tints of Verdigris #61603A

Color information

#61603A (or 0x61603A) is unknown color: approx Verdigris. HEX triplet: 61, 60 and 3A. RGB value is (97,96,58). Sum of RGB (Red+Green+Blue) = 97+96+58=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #61603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61603A is #9E9FC5. Grayscale: #5C5C5C. Windows color (decimal): -10395590 or 3825761. OLE color: 3825761.

HSL color Cylindrical-coordinate representation of color #61603A: hue angle of 58.46º 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 #61603A is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB979658-
CMYK00.010.400.62
HSL58.46º25.16%30.39%-
HSV(B)58.46º40.21%38.04%-
XYZ9.8811.215.65-
YUV91.97108.83131.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=38.65%
G=38.25%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97965800.010.400.6258.4625.1630.39
Hex61603A01283E3a191e
Octal14114072015076723136
Binary11000011100000111010011010001111101110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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