#615C3A

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

Shades of Verdigris #615C3A

Tints of Verdigris #615C3A

Color information

#615C3A (or 0x615C3A) is unknown color: approx Verdigris. HEX triplet: 61, 5C and 3A. RGB value is (97,92,58). Sum of RGB (Red+Green+Blue) = 97+92+58=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #615C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C3A is #9EA3C5. Grayscale: #595959. Windows color (decimal): -10396614 or 3824737. OLE color: 3824737.

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

Color convert

RGB979258-
CMYK00.050.400.62
HSL52.31º25.16%30.39%-
HSV(B)52.31º40.21%38.04%-
XYZ9.5210.55.53-
YUV89.62110.16133.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=39.27%
G=37.25%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97925800.050.400.6252.3125.1630.39
Hex615C3A05283E34191e
Octal14113472055076643136
Binary1100001101110011101001011010001111101101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615C3A; }

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

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

<style>
 a { background-color: #615C3A; }

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

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

<style>
 span { border-color: #615C3A; }

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

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