#615C3B

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

Shades of Verdigris #615C3B

Tints of Verdigris #615C3B

Color information

#615C3B (or 0x615C3B) is unknown color: approx Verdigris. HEX triplet: 61, 5C and 3B. RGB value is (97,92,59). Sum of RGB (Red+Green+Blue) = 97+92+59=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #615C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C3B is #9EA3C4. Grayscale: #595959. Windows color (decimal): -10396613 or 3890273. OLE color: 3890273.

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

Color convert

RGB979259-
CMYK00.050.390.62
HSL52.11º24.36%30.59%-
HSV(B)52.11º39.18%38.04%-
XYZ9.5510.515.66-
YUV89.73110.66133.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=39.11%
G=37.10%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97925900.050.390.6252.1124.3630.59
Hex615C3B05273E34181f
Octal14113473054776643037
Binary1100001101110011101101011001111111101101001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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