#615955

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

Shades of Tundora #615955

Tints of Tundora #615955

Color information

#615955 (or 0x615955) is unknown color: approx Tundora. HEX triplet: 61, 59 and 55. RGB value is (97,89,85). Sum of RGB (Red+Green+Blue) = 97+89+85=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 97 - color contains mainly: red. Hex color #615955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615955 is #9EA6AA. Grayscale: #5A5A5A. Windows color (decimal): -10397355 or 5593441. OLE color: 5593441.

HSL color Cylindrical-coordinate representation of color #615955: hue angle of 20º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #615955 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB978985-
CMYK00.080.120.62
HSL20º6.59%35.69%-
HSV(B)20º12.37%38.04%-
XYZ10.1410.3410.06-
YUV90.94124.65132.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=35.79%
G=32.84%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97898500.080.120.62206.5935.69
Hex61595508C3E14724
Octal141131125010147624744
Binary11000011011001101010101000110011111010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615955; }

 p { color: rgb(97,89,85); }

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

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

 a { background-color: rgb(97,89,85); }

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

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

 span { border-color: rgb(97,89,85); }

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