#61564E

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

Shades of Tundora #61564E

Tints of Tundora #61564E

Color information

#61564E (or 0x61564E) is unknown color: approx Tundora. HEX triplet: 61, 56 and 4E. RGB value is (97,86,78). Sum of RGB (Red+Green+Blue) = 97+86+78=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #61564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61564E is #9EA9B1. Grayscale: #585858. Windows color (decimal): -10398130 or 5133921. OLE color: 5133921.

HSL color Cylindrical-coordinate representation of color #61564E: hue angle of 25.26º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61564E is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB978678-
CMYK00.110.200.62
HSL25.26º10.86%34.31%-
HSV(B)25.26º19.59%38.04%-
XYZ9.639.758.58-
YUV88.38122.14134.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=37.16%
G=32.95%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97867800.110.200.6225.2610.8634.31
Hex61564E0B143E19b22
Octal1411261160132476311342
Binary1100001101011010011100101110100111110110011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61564E; }

 p { color: rgb(97,86,78); }

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

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

 a { background-color: rgb(97,86,78); }

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

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

 span { border-color: rgb(97,86,78); }

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